Skip to content

Commit 4922099

Browse files
committed
Remove global npm install, and set g++-4.9 package install
1 parent 15fbc29 commit 4922099

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rvm:
55
before_install:
66
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
77
- sudo apt-get update -q
8-
- sudo apt-get install gcc-4.9 -y
8+
- sudo apt-get install g++-4.9 -y
99
env:
1010
global:
1111
- RAILS_ENV=test
@@ -14,7 +14,6 @@ install:
1414
- bundle install
1515
- nvm install 5.0
1616
- nvm use 5.0
17-
- npm install -g npm
1817
- npm install
1918
- cd client && npm run build:client
2019
- npm run build:server

0 commit comments

Comments
 (0)