We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa01ea8 commit 00509b3Copy full SHA for 00509b3
.travis.yml
@@ -22,7 +22,8 @@ script:
22
- test -z "$commit" || git checkout $commit
23
- git log -1
24
- autoreconf -f -i
25
- - ./configure --prefix=/usr
+ - case "$TRAVIS_OS_NAME" in osx) prefix=/usr/local;; linux) prefix=/usr;; esac
26
+ - ./configure --prefix=$prefix
27
- make -j4
28
# remove system file package first
29
# see https://github.com/file/file-tests/issues/3
0 commit comments