aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a47909f06..67b85686b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,13 +51,14 @@ branches:
only:
- master
-compiler:
- - gcc
- - clang
-
-os:
- - linux
- - osx
+matrix:
+ include:
+ - os: linux
+ compiler: gcc
+ - os: linux
+ compiler: clang
+ - os: osx
+ compiler: clang
dist: trusty