Skip to content

Commit 358288a

Browse files
committed
Upgrade node versions in build
1 parent 92f2955 commit 358288a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
33
- "stable"
4-
- "6"
4+
- "12"
5+
- "10"
56
script:
67
- npm run build
78
- npm test

0 commit comments

Comments
 (0)