Update .travis.yml

This commit is contained in:
wilberforce
2016-07-23 16:55:36 +12:00
committed by GitHub
parent b77214b97d
commit 30d2b9f865
+4 -1
View File
@@ -2,6 +2,9 @@
language: c
before_install:
- chmod +x ./autogen.sh
script:
- ./autogen.sh && ./configure ./configure --enable-drivers=all
- ./autogen.sh && ./configure --enable-drivers=all
- make