Skip to content

Commit cbb428e

Browse files
committed
Update nodejs version in travis (#73)
* Update nodejs versions in travis, close #72 * Remove minor versions from travis, use only major
1 parent 7bcac10 commit cbb428e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "5.1"
5-
- "4.2"
6-
- "4.1"
7-
- "4.0"
8-
- "0.12"
9-
- "0.11"
104
- "0.10"
5+
- "0.11"
6+
- "0.12"
117
- "iojs"
8+
- "4"
9+
- "5"
10+
- "6"
1211
after_success:
1312
- codeclimate-test-reporter < coverage/lcov.info
1413
- coveralls < coverage/lcov.info

0 commit comments

Comments
 (0)