summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 197fbb45e..3e61b5085 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,9 +25,8 @@ compiler:
script:
- PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f
- - which gcc || which clang || true
- - ./configure --enable-vusb && make && make check && sudo make install && examples/sample-afl && make clean
- - ./configure --enable-vusb --with-camlibs=all,outdated,jd11 && make && make check && sudo make install && examples/sample-afl && make clean
+ - ./configure --enable-vusb && make && make check && sudo PATH=$PATH make install && examples/sample-afl && make clean
+ - ./configure --enable-vusb --with-camlibs=all,outdated,jd11 && make && make check && sudo PATH=$PATH make install && examples/sample-afl && make clean
notifications:
email: