aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-14 18:51:08 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-14 18:51:08 +0100
commit74c4459d966d8daadb25d0325249ba2ec4e9a611 (patch)
tree552e9a65d8e64ebf8778f4cf39a74dc5cce79ab7
parent2771f97c56f2ef6eabce9f360310af2d48bd70b9 (diff)
parentc9f21bee3c0bce88ef2e2683008142bcab464ac2 (diff)
downloadYAGE-74c4459d966d8daadb25d0325249ba2ec4e9a611.tar.gz
YAGE-74c4459d966d8daadb25d0325249ba2ec4e9a611.zip
Merge branch 'develop'
-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'