From 8cac38b3a3cb25bfbe6e3aae85b56cfb54186d10 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 14 Sep 2017 19:01:18 +0100 Subject: Fixing travis file --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit