Skip to content

Commit f34cfc3

Browse files
committed
fixed travis build
1 parent 54cb5ec commit f34cfc3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
54
- "0.12"
5+
- "node"
66
- "iojs"
77
script: npm run travis
88

9-
before_install:
10-
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
11-
129
after_success:
1310
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
1411
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js

0 commit comments

Comments
 (0)