Skip to content

Commit

Permalink
change travis back
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnorris committed Jun 21, 2017
1 parent 16d13da commit 23a3379
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .travis.yml
@@ -1,19 +1,13 @@
language: cpp

matrix:
include:
- os: linux
compiler: g++
- os: osx
compiler: clang
compiler: g++

before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq

install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq g++-4.8; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX="g++-4.8"; fi
- sudo apt-get install -qq g++-4.8
- export CXX="g++-4.8"

script:
- bash install.sh
Expand Down

0 comments on commit 23a3379

Please sign in to comment.