diff options
author | Simon Warta <[email protected]> | 2015-06-30 18:46:25 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-01 00:20:46 +0200 |
commit | 3a95608f9cc6b5471740fc6d2f3bd3324f50c422 (patch) | |
tree | 529be50a4ca9328bd5d8b9709296e2cb592ff864 /.travis.yml | |
parent | a59efe804c147b3f842734f33b7507ebdcf58e75 (diff) |
Configure Travis CI for OSX and Linux builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e1fe0daef..35f374658 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: cpp os: - linux + - osx compiler: - clang @@ -15,12 +16,12 @@ env: matrix: exclude: + - os: osx + compiler: gcc - compiler: clang env: BUILD_MODE="coverage" -before_install: - - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - - sudo apt-get update -qq +sudo: required install: - ./src/scripts/ci/setup.sh |