summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2015-07-16 09:07:53 +0900
committerOGINO Masanori <masanori.ogino@gmail.com>2015-07-16 09:07:53 +0900
commit16374c5e66fe44774665b33120b98526f5499940 (patch)
tree836a795e9e222f28f11863d05a651df89c20cfc1 /.travis.yml
parent03f73146e79981bb5cf23695c46235e688a32541 (diff)
Fix indentations.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
Diffstat (limited to '.travis.yml')
-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