aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-21 23:46:37 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-21 23:46:37 +0100
commit84a7ec0e6c3f5ca16fad32e3055f47f87fe58b4d (patch)
tree887f8452d1ebefc949fd41f19acf83093300fcbc /.travis.yml
parent8a78e678b7df0bf8221280f0058e2db0381b3ffa (diff)
downloadYAGE-84a7ec0e6c3f5ca16fad32e3055f47f87fe58b4d.tar.gz
YAGE-84a7ec0e6c3f5ca16fad32e3055f47f87fe58b4d.zip
Fixing build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ad2bebed..470ecf2c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,12 +24,15 @@ script:
- cd $TRAVIS_BUILD_DIR
- mkdir -p build
- cd build
-- cmake -DENABLE_TESTING=1 ..
+- cmake ..
- make
- ctest
- |
if [ "$TRAVIS_BRANCH" == "master" ] then
./tools/update_docs
+ exit(0)
+ else
+ exit(0)
fi
env:
global: