aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e38d7715..5f7979d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,6 @@ script:
- make
- ctest
- branch=$(git symbolic-ref HEAD | sed -e 's:.*/\(.*):\1:')
- - if [ "$branch" = "master" ]; then
- ../tools/update_docs
- fi
+ - 'if [ "$branch" = "master" ]; then
+ ../tools/update_docs
+ fi'