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