Skip to content

Commit

Permalink
update after PPA
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Aug 23, 2015
1 parent 1043a1e commit 18141dc
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 @@ -6,8 +6,8 @@ notification:
email: false

before_install:
- sudo apt-get update -qq
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-get install gcc-4.8 g++-4.8
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- mkdir build
Expand Down

0 comments on commit 18141dc

Please sign in to comment.