Skip to content

Commit ae00d44

Browse files
committedJan 24, 2020
modernize travis
1 parent 824f3f8 commit ae00d44

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed
 

‎.travis.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: node_js
2+
23
node_js:
3-
- "0.8"
4-
- "0.10"
5-
- "0.12"
6-
- "iojs"
7-
- "4"
8-
- "5"
9-
before_install:
10-
- npm install -g npm@~1.4.6
4+
- node
5+
- 12
6+
- 10

0 commit comments

Comments
 (0)
Please sign in to comment.