We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2382ab7 commit aa01ea8Copy full SHA for aa01ea8
.travis.yml
@@ -24,6 +24,9 @@ script:
24
- autoreconf -f -i
25
- ./configure --prefix=/usr
26
- make -j4
27
+ # remove system file package first
28
+ # see https://github.com/file/file-tests/issues/3
29
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get remove -y libmagic1 file; fi
30
- sudo make install
31
- cd ..
32
- which file
0 commit comments