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

Commit c4e2a70

Browse files
Robert Sauervladistan
authored andcommitted
Instructing Travis to run with Node.js v0.10
# Conflicts: # .travis.yml
1 parent 39009b7 commit c4e2a70

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.10

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: java
22

33
env:
4+
matrix:
45
- TRAVIS_NODE_VERSION="0.10"
56

67
addons:
@@ -31,6 +32,11 @@ install:
3132
# (gulp e2e commands below invoke the corresponding gradle tasks
3233
# to congifure the java middle tier)
3334

35+
# enable nvm to have control over the Node.js version being used
36+
- . $HOME/.nvm/nvm.sh
37+
- nvm install stable
38+
- nvm use stable
39+
3440
- npm cache verify
3541
- npm install -g [email protected]
3642
- npm install -g gulp

0 commit comments

Comments
 (0)