diff options
author | Determinant <[email protected]> | 2018-07-03 19:07:55 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-03 19:07:55 -0400 |
commit | 469a4d4516f009f2436580ed7732c734458744b8 (patch) | |
tree | 15e3631257d5288e77a9ca205f6eafb3f03ffc91 | |
parent | 6084d86f5162f54b33b7004427311113bf9b657c (diff) |
...
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e32b1a0..2b13ecc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,10 @@ matrix: - clang-3.6 env: - MATRIX_EVAL="CC=clang-3.6 && CXX=clang++-3.6" + script: + - make test14 test14_stack_free + - ./test14 | diff - test_ref.txt + - ./test14_stack_free | diff - test_ref.txt - os: linux addons: |