Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d71ca9d

Browse files
author
Antonio Scandurra
committed
Use Travis nvm
1 parent 27dc180 commit d71ca9d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
language: objective-c
1+
os: osx
2+
3+
language: node_js
4+
5+
node_js:
6+
- '4.4.7'
27

38
env:
49
- ATOM_CHANNEL=beta
@@ -9,10 +14,6 @@ notifications:
914
on_failure: change
1015

1116
install:
12-
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
13-
- source /tmp/.nvm/nvm.sh
14-
- nvm install 4.4.7
15-
- nvm use --delete-prefix 4.4.7
1617
- npm install -g npm
1718

1819
script:

0 commit comments

Comments
 (0)