Skip to content

Commit bea74ab

Browse files
committed
installing node before use on travis
1 parent e89e6db commit bea74ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ rvm:
44
- 2.2.3
55
install:
66
- bundle install
7-
- nvm use 5.0.0
7+
- nvm install 5.0
8+
- nvm use 5.0
89
- npm install -g npm
910
- npm install
1011
- cd client && npm run build:client

0 commit comments

Comments
 (0)