diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-20 00:01:12 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-20 00:01:12 -0800 |
commit | 168f8666d4bad5d50ba5bf5a787a28b236754917 (patch) | |
tree | da2eac021fe634d6b63848f92501c291dbc36059 /.travis.yml | |
parent | 615f055c320ff23a388f342af7ab5810d21f4fb8 (diff) |
Made roundtrip test part of the test suite run by cmake.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 25c3ec1..059a53d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,10 +29,5 @@ script: - | if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ] then - make roundtrip_test - fi - - | - if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ] - then make leakcheck fi |