aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-09 11:08:08 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-09 11:08:08 +0100
commita1795180fd74607e4f572b2bfa8743f8167f4fa1 (patch)
treee2c4b7902fead0a777fff9d5e8db90d833871fee /.travis.yml
parent14b4fdd958c4df7e2cb72a88c30f6d250ed43a67 (diff)
downloadYAGE-a1795180fd74607e4f572b2bfa8743f8167f4fa1.tar.gz
YAGE-a1795180fd74607e4f572b2bfa8743f8167f4fa1.zip
Removing unnecessary libraries
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