aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b5c22c9b..dae2e92e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,4 @@
language: cpp
-sudo: required
-os: linux
dist: trusty
branches:
@@ -12,7 +10,7 @@ notifications:
email: false
git:
- depth: 3
+ depth: 1
#############
# Compilers #
@@ -45,6 +43,6 @@ script:
- cd $TRAVIS_BUILD_DIR
- mkdir -p build
- cd build
- - cmake ..
+ - cmake -DENABLE_TESTING=1 ..
- make
- ctest