Differences From Artifact [479fa2374a]:
- Executable file .travis/before_install.sh — part of check-in [74857232b0] at 2020-11-01 13:08:20 on branch trunk — Clean up .travis.yml by moving out scripts (user: js, size: 950) [annotate] [blame] [check-ins using] [more...]
To Artifact [bab3d81641]:
- Executable file .travis/before_install.sh — part of check-in [478feb4614] at 2020-12-22 23:10:48 on branch trunk — Style change: Don't indent cases in shell scripts (user: js, size: 944) [annotate] [blame] [check-ins using] [more...]
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - - - - - - + + + + + + | #!/bin/sh if [ "$TRAVIS_OS_NAME" = "linux" -a -z "$config" ]; then case "$TRAVIS_CPU_ARCH" in |
︙ |