Skip to content

Commit ccf6d81

Browse files
committed
bug fix in travis
1 parent 8ebe0a3 commit ccf6d81

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)