Skip to content

Commit 7fd2552

Browse files
committed
Update .travis.yml to use new build platform in CI
1 parent dc7476f commit 7fd2552

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ 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 g++-4.9 -y
5+
sudo: false
6+
addons:
7+
apt:
8+
sources:
9+
ubuntu-toolchain-r/test
10+
packages:
11+
g++-4.9
912
env:
1013
global:
1114
- RAILS_ENV=test

0 commit comments

Comments
 (0)