summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-09-21 20:36:05 +0100
committerChris Wilson <chris+github@qwirx.com>2015-09-21 20:36:05 +0100
commitc6606ce50c1096508ac028ae967c56968c15b603 (patch)
tree68f731a337a716006993bae93a97882feb2b0790
parentf99030bd43dafb4dd4d90dd8660a26c8f793e57b (diff)
parenta39eee6f6c2227d5b260013db93b41d883214665 (diff)
Merge branch 'master' into fix_arm_struct_packing
-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