diff options
| author | OGINO Masanori <masanori.ogino@gmail.com> | 2015-07-16 09:07:53 +0900 |
|---|---|---|
| committer | OGINO Masanori <masanori.ogino@gmail.com> | 2015-07-16 09:07:53 +0900 |
| commit | 16374c5e66fe44774665b33120b98526f5499940 (patch) | |
| tree | 836a795e9e222f28f11863d05a651df89c20cfc1 | |
| parent | 03f73146e79981bb5cf23695c46235e688a32541 (diff) | |
Fix indentations.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
| -rw-r--r-- | .travis.yml | 4 |
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 |
