summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx@intelfx.name>2017-01-24 00:00:23 +0300
committerIvan Shapovalov <intelfx@intelfx.name>2017-01-24 02:55:09 +0300
commit46a59eb8821e3c92db7be347fca099405246d9ec (patch)
tree9da420f6259d2e7a5aafffd530d6a84dea8402e3 /.travis.yml
parent064ba4abd4d4c4d2dfeaa3b22e03d7c83a0d4acb (diff)
.travis.yml: do not build for osx twice, there's no gcc there
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