summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-29 23:22:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-29 23:22:03 -0700
commit408f99794c2fa1f76c69278746b09fb37bedfa0e (patch)
treebdc1019fae11e7bc870ec3c09363fa6c44b6737f /.travis.yml
parentf40e09807bd01f83cba0c411b1a76462038c330d (diff)
Travis: only do roundtrip test on linux.
We need python3, and we're testing the OSX install without python3.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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