travis: update script
authorPierre-Yves Ritschard <pyr@spootnik.org>
Fri, 31 Jul 2015 15:01:19 +0000 (17:01 +0200)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Fri, 31 Jul 2015 15:01:19 +0000 (17:01 +0200)
.travis.yml

index c59af51..7b2160a 100644 (file)
@@ -1,2 +1,2 @@
 language: c
-script: ./configure && make
+script: sh build.sh && ./configure && make