Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 68ffbd0

Browse files
committed
Drop Node 0.8 testing.
1 parent a270956 commit 68ffbd0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ node_js:
33
- "5"
44
env:
55
global:
6-
- BIN="node" NPM_VERSION="^2.0.0"
6+
- BIN="node"
77
matrix:
88
-
99
- BIN="phantomjs"
1010
- BIN="ringo"
1111
matrix:
1212
include:
13-
- node_js: "0.8"
14-
env: NPM_VERSION="~1.4.0"
1513
- node_js: "0.10"
1614
env:
1715
- node_js: "0.12"
@@ -26,7 +24,7 @@ branches:
2624
before_install:
2725
- "nvm use $TRAVIS_NODE_VERSION"
2826
- "npm config set loglevel error"
29-
- "npm i -g npm@\"$NPM_VERSION\""
27+
- "npm i -g npm@\"^2.0.0\""
3028
- "[ $BIN != 'ringo' ] || (wget https://github.com/ringo/ringojs/releases/download/v0.11.0/ringojs-0.11.zip && sudo unzip ringojs-0.11 -d /opt && rm ringojs-0.11.zip)"
3129
- "[ $BIN != 'ringo' ] || (sudo ln -s /opt/ringojs-0.11/bin/ringo /usr/local/bin/ringo && sudo chmod +x /usr/local/bin/ringo)"
3230
script:

0 commit comments

Comments
 (0)