From e8208166c67e564fb249aa41e9f8c5e2fa1f2b9a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 22 Sep 2017 00:00:09 +0100 Subject: continuing to fix yaml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8cedb335..a857df90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: - make - ctest - | - if [ "$TRAVIS_BRANCH" == "master" ] then + if [ "$TRAVIS_BRANCH" == "master" ]; then ./tools/update_docs exit 0 else -- cgit