summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 16ce8e5c1..2b9f7e68d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,9 @@ compiler:
script:
- PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f
+ - date; ls -l configure
- ./configure --enable-vusb && make && make check && sudo PATH=$PATH make install && examples/sample-afl && make clean
+ - date; ls -l configure
- ./configure --enable-vusb --with-camlibs=all,outdated,jd11 && make && make check && sudo PATH=$PATH make install && examples/sample-afl && make clean
notifications: