Skip to content

Commit a3e6da8

Browse files
committed
upgrade travis config for more targets
1 parent 3426fc4 commit a3e6da8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ language: node_js
22
sudo: false
33
node_js:
44
- "0.10"
5-
before_install:
6-
- npm install -g npm@~1.4.6
5+
- "0.12"
6+
- "4.1"
77
script:
8-
- npm install
98
- npm test
109
- npm run cov

0 commit comments

Comments
 (0)