Skip to content
Prev Previous commit
Next Next commit
Update .travis.yml to install gcc-4.9
  • Loading branch information
dylangrafmyre committed Dec 2, 2015
commit 15fbc29a1d67ea314f8e00e21507a2f35c272bbc
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ language:
- ruby
rvm:
- 2.2.3
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
- sudo apt-get install gcc-4.9 -y
env:
- export RAILS_ENV=test
- CXX=g++-4.9
global:
- RAILS_ENV=test
- CXX=g++-4.9
install:
- bundle install
- nvm install 5.0
Expand Down