summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5de5632..5ffc63b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,10 @@ script:
- |
if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ]
then
- make roundtrip_test
- make leakcheck
+ make roundtrip_test
+ fi
+ - |
+ if [ ${TRAVIS_OS_NAME:-'linux'} = 'linux' ]
+ then
+ make leakcheck
fi