Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 5bd0706

Browse files
Robert Sauervladistan
authored andcommitted
Instructing Travis to run with Node.js v0.10
1 parent 0576313 commit 5bd0706

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ install:
3434

3535
# enable nvm to have control over the Node.js version being used
3636
- . $HOME/.nvm/nvm.sh
37-
- nvm install stable
38-
- nvm use stable
37+
- nvm install
38+
- nvm use
39+
40+
- node -v
41+
- npm -v
3942

4043
- npm cache verify
4144
- npm install -g [email protected]

0 commit comments

Comments
 (0)