Skip to content

Commit 91bba7e

Browse files
authored
update travis-ci nodejs versions (niklasvh#14)
1 parent e9457cc commit 91bba7e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: node_js
22
node_js:
3-
- '0.12'
4-
- iojs-1
5-
- iojs-2
6-
- iojs-3
7-
- '4.1'
3+
- '6'
4+
- '8'
5+
- '9'
6+
- '10'
7+
- '11'
8+
- '12'
89
before_script:
910
- npm install
1011
before_install: npm install -g npm@'>=2.13.5'

0 commit comments

Comments
 (0)