summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-05-05 11:25:36 +0200
committerMarcus Meissner <marcus@jet.franken.de>2019-05-05 11:25:36 +0200
commite1bc5e10c228c9aa50248a30376eb1f4e9b4d7c4 (patch)
tree2e4249fbd9f07d22b8fe8dd58088c9b482916552 /.travis.yml
parent2d7db63920910e62a300ed29556a2835f3fdc210 (diff)
downloadlibgphoto2-e1bc5e10c228c9aa50248a30376eb1f4e9b4d7c4.tar.gz
try passing in $PATH to find clang
Diffstat (limited to '.travis.yml')
-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: