diff options
author | Ted Yin <[email protected]> | 2018-02-03 22:41:19 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2018-02-03 22:41:19 -0500 |
commit | bfb37b656788c49dac20ad2ae38f23cfdd1c5c36 (patch) | |
tree | 964d02b24f58f3ea7761044f73ac9a5d7c4d4df1 | |
parent | 97aae9a677d4339739f6950227665da35d391465 (diff) |
Update .travis.yml
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6b2d3df..51bd5a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,9 @@ 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: |