aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-22 00:00:09 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-22 00:00:09 +0100
commite8208166c67e564fb249aa41e9f8c5e2fa1f2b9a (patch)
treec7a1523bed9bf7629b311d63e212957a6ae735be /.travis.yml
parentb21e7548a016fb9b67c0048a70f098508dc8557f (diff)
downloadYAGE-e8208166c67e564fb249aa41e9f8c5e2fa1f2b9a.tar.gz
YAGE-e8208166c67e564fb249aa41e9f8c5e2fa1f2b9a.zip
continuing to fix yaml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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