Skip to content

Commit 15fbc29

Browse files
committed
Update .travis.yml to install gcc-4.9
1 parent 552a0de commit 15fbc29

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ language:
22
- ruby
33
rvm:
44
- 2.2.3
5+
before_install:
6+
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
7+
- sudo apt-get update -q
8+
- sudo apt-get install gcc-4.9 -y
59
env:
6-
- export RAILS_ENV=test
7-
- CXX=g++-4.9
10+
global:
11+
- RAILS_ENV=test
12+
- CXX=g++-4.9
813
install:
914
- bundle install
1015
- nvm install 5.0

0 commit comments

Comments
 (0)