diff options
author | Marcel Metz <[email protected]> | 2017-03-05 19:48:03 +0100 |
---|---|---|
committer | Marcel Metz <[email protected]> | 2017-03-06 10:23:11 +0100 |
commit | adf6fee6d102f64bd2c74710a518b5f4ccbb7be3 (patch) | |
tree | 22d3ccc5829dc0dbf6f8b14c39b13386b68a432d /.travis.yml | |
parent | 2a08871fba72997bd8353019977b2b1b41d23e3f (diff) |
Explicit declare test matrix for TravisCI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 915431b2..b0dff015 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ -os: - - linux - - osx -dist: trusty -sudo: required language: c +matrix: + include: + - os: linux + dist: trusty + - os: osx +sudo: required install: - > if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then |