aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-14 19:01:18 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-14 19:01:18 +0100
commit8cac38b3a3cb25bfbe6e3aae85b56cfb54186d10 (patch)
treeef5ee7579c189e693dbbe11b3a03b83d49240281 /.travis.yml
parent43674d7509e5d666e39ff4b693a291a5f6bc91a6 (diff)
downloadYAGE-8cac38b3a3cb25bfbe6e3aae85b56cfb54186d10.tar.gz
YAGE-8cac38b3a3cb25bfbe6e3aae85b56cfb54186d10.zip
Fixing travis file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 40963180..47f6720e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,4 @@ script:
- make
- ctest
- branch=$(git symbolic-ref HEAD | sed -r -e 's:.*/(.*):\1:')
- - 'if [ "$branch" = "master" ]; then
- ../tools/update_docs
- fi'
+ - if [ "$branch" = "master" ]; then ../tools/update_docs; fi