summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f01806..402f631 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,7 @@ compiler:
- clang
- gcc
-script: ./bootstrap && ./configure && make test
+script:
+- ./bootstrap
+- ./configure
+- make test