Skip to content

Commit affd3d1

Browse files
helio-frotaothiym23
authored andcommitted
ci: build with current Node LTS & master
Also drops support for unmaintained Node versions. Credit: @helio-frota Credit: @elidoran Reviewed-By: @othiym23 PR-URL: #71 PR-URL: #78
1 parent 10a750c commit affd3d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
2-
language: node_js
32
node_js:
4-
- '0.8'
5-
- '0.10'
63
- '0.12'
7-
- 'iojs'
4+
- '4'
5+
- '6'
6+
- '7'
87
before_install:
98
- npm install -g npm@latest

0 commit comments

Comments
 (0)