summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 381479b1..977cbba7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,5 +16,13 @@ addons:
- libwww-perl
- xsltproc
- zlib1g-dev
-script: ./bootstrap && ./configure && make && ./runtest.pl ALL debug && ./runtest.pl ALL release
+
+before_script:
+ - ./bootstrap
+ - ./configure
+ - make
+
+script:
+ - ./runtest.pl ALL debug
+ - ./runtest.pl ALL release