aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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: