From 408f99794c2fa1f76c69278746b09fb37bedfa0e Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 29 Mar 2015 23:22:03 -0700
Subject: Travis:  only do roundtrip test on linux.

We need python3, and we're testing the OSX install
without python3.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.travis.yml')

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
-- 
cgit v1.2.3