aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-14 18:50:57 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-14 18:50:57 +0100
commitc9f21bee3c0bce88ef2e2683008142bcab464ac2 (patch)
tree552e9a65d8e64ebf8778f4cf39a74dc5cce79ab7 /.travis.yml
parent5ab1b085f39a01ffc3118b81f86fe61ceda3a4d0 (diff)
downloadYAGE-c9f21bee3c0bce88ef2e2683008142bcab464ac2.tar.gz
YAGE-c9f21bee3c0bce88ef2e2683008142bcab464ac2.zip
Fixing travis file
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'