diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-03-29 23:22:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-29 23:22:03 -0700 |
commit | 408f99794c2fa1f76c69278746b09fb37bedfa0e (patch) | |
tree | bdc1019fae11e7bc870ec3c09363fa6c44b6737f | |
parent | f40e09807bd01f83cba0c411b1a76462038c330d (diff) |
Travis: only do roundtrip test on linux.
We need python3, and we're testing the OSX install
without python3.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c177482..8e76f06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,9 @@ before_install: script: - make - make test - - make roundtrip_test - | if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ] then + make roundtrip_test make leakcheck fi |