summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-05-02 22:39:50 +0200
committerGitHub <noreply@github.com>2017-05-02 22:39:50 +0200
commit606f2871dda568bcb07bb0d08ee155f8bf1d5606 (patch)
tree0464825cd7b89741a820b024a5da393addaaffd2 /.travis.yml
parente52f9a9ff23f73325e5a8bc58765554d5f5eedc4 (diff)
parente9d2a2f54c192ce63e2553bcb12659350c88c441 (diff)
Merge pull request #150 from CNugteren/development
Update to version 0.11.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 0465afa4..6a47bbd7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,14 +2,6 @@ language: cpp
sudo: required
dist: trusty
-os:
- - linux
- - osx
-
-compiler:
- - gcc
- - clang
-
addons:
apt:
sources:
@@ -19,6 +11,14 @@ addons:
- cmake
- ocl-icd-opencl-dev
+matrix:
+ include:
+ - os: linux
+ compiler: gcc
+ - os: linux
+ compiler: clang
+ - os: osx
+
env:
global:
- CLBLAST_ROOT=${TRAVIS_BUILD_DIR}/bin/clblast