aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-14 19:23:18 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-14 19:23:18 +0100
commit34396f0483d94229e3a315e5eeb90c77c1425273 (patch)
tree9ad24122a977f1e9216bc9269250e7389dc1b6b7 /.travis.yml
parent8cac38b3a3cb25bfbe6e3aae85b56cfb54186d10 (diff)
downloadYAGE-34396f0483d94229e3a315e5eeb90c77c1425273.tar.gz
YAGE-34396f0483d94229e3a315e5eeb90c77c1425273.zip
Reverted back
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 47f6720e..80d86e86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,5 +44,3 @@ script:
- cmake -DENABLE_TESTING=1 ..
- make
- ctest
- - branch=$(git symbolic-ref HEAD | sed -r -e 's:.*/(.*):\1:')
- - if [ "$branch" = "master" ]; then ../tools/update_docs; fi