summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-05-03 19:49:15 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-05-03 19:49:15 +0200
commitb0f365912159aa4d4435af211ae0a94cfbd8a977 (patch)
tree7bec0d5cbf4fa511a9737fdab397b2970efd25c9 /.travis.yml
parent606f2871dda568bcb07bb0d08ee155f8bf1d5606 (diff)
The master branch is now the main 'development' branch
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a47bbd7..f628bb94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ before_install:
before_script:
- mkdir -p ${CLBLAST_ROOT}
- pushd ${CLBLAST_ROOT}
- - cmake -DTESTS=ON -DCLIENTS=ON ${TRAVIS_BUILD_DIR}
+ - cmake -DTESTS=ON -DCLIENTS=ON -DSAMPLES=ON -DNETLIB=ON ${TRAVIS_BUILD_DIR}
script:
- make
@@ -39,7 +39,6 @@ script:
branches:
only:
- master
- - development
notifications:
email: false