aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-21 23:52:44 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-21 23:52:44 +0100
commitda82f26f16eeda8a9795592c30ce55c21772ed12 (patch)
treeb367329ee64422f353cac11a2c6efbbbab034854 /.travis.yml
parent84a7ec0e6c3f5ca16fad32e3055f47f87fe58b4d (diff)
downloadYAGE-da82f26f16eeda8a9795592c30ce55c21772ed12.tar.gz
YAGE-da82f26f16eeda8a9795592c30ce55c21772ed12.zip
lowering test runs and fixing travis file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 470ecf2c..8cedb335 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,9 +30,9 @@ script:
- |
if [ "$TRAVIS_BRANCH" == "master" ] then
./tools/update_docs
- exit(0)
+ exit 0
else
- exit(0)
+ exit 0
fi
env:
global: