Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoechtrager committed Oct 23, 2015
1 parent 9cf5b49 commit 8b2067d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compiler:
- clang

before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -qq && sudo apt-get install -y gcc-4.7 g++-4.7 gobjc llvm-dev; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-get update -qq && sudo apt-get install -y gcc-4.7 g++-4.7 gobjc llvm-dev; fi
- if [ $CXX == "g++" ]; then export CC=gcc-4.7 && export CXX=g++-4.7; fi

script:
Expand Down

0 comments on commit 8b2067d

Please sign in to comment.