aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ba8ddf9..e32b1a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,9 +46,6 @@ matrix:
- clang-3.6
env:
- MATRIX_EVAL="CC=clang-3.6 && CXX=clang++-3.6"
- script:
- - make test14
- - ./test14 | diff - test_ref.txt
- os: linux
addons:
@@ -70,3 +67,5 @@ script:
- make
- ./test14 | diff - test_ref.txt
- ./test17 | diff - test_ref.txt
+ - ./test14_stack_free | diff - test_ref.txt
+ - ./test17_stack_free | diff - test_ref.txt