Skip to content

Commit d0fa2f4

Browse files
committed
bug fix in travis
1 parent ccf6d81 commit d0fa2f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: node_js
2-
node_js: "12.16.1"
2+
node_js:
3+
- '12'
4+
- '10'
35
before_script:
46
- npm install --global npm@6.8.0

0 commit comments

Comments
 (0)