Skip to content

Commit d97c3df

Browse files
XhmikosRjakubpawlowicz
authored andcommitted
Travis: Add Node.js 10 and remove the obsolete sudo. (#34)
* Travis: Add Node.js 10 and 12, ditch Node.js 4, and remove the obsolete `sudo`.
1 parent 54e7197 commit d97c3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
sudo: false
21
language: node_js
32
cache: npm
43
node_js:
5-
- 4
64
- 6
75
- 8
6+
- 10
7+
- 12
88
matrix:
99
fast_finish: true

0 commit comments

Comments
 (0)