summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-09-21 18:24:57 +0100
committerChris Wilson <chris+github@qwirx.com>2015-09-21 18:24:57 +0100
commitbffc6376c5e7277569a9c784592dc6e7115cba44 (patch)
tree7527c60a29b07afebca4838a6051d0931bec29e9 /.travis.yml
parent72bff4f167661743d5f4b4056dec3a639e84f08e (diff)
parente07f6cd52cf5c6b8d967a3e5b589d611936b1f96 (diff)
Merge branch 'pull/parallel' of https://github.com/cmorty/boxbackup into travis_parallel_build
Conflicts: .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a2c4c9b1..3f4e75ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,5 @@
language: cpp
-branches:
- only:
- - master
-
compiler:
- gcc
- clang
@@ -31,7 +27,10 @@ before_script:
- grep CXX config.status
- make
+env:
+ - TEST_TARGET=debug
+ - TEST_TARGET=release
+
script:
- - ./runtest.pl ALL debug
- - ./runtest.pl ALL release
+ - ./runtest.pl ALL $TEST_TARGET
- ccache -s