Skip to content

Commit aa01ea8

Browse files
committed
remove system file when testing
1 parent 2382ab7 commit aa01ea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ script:
2424
- autoreconf -f -i
2525
- ./configure --prefix=/usr
2626
- 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
2730
- sudo make install
2831
- cd ..
2932
- which file

0 commit comments

Comments
 (0)