Skip to content

Commit 1c7b066

Browse files
committed
Updated travis.yml
1 parent 0cc928b commit 1c7b066

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
sudo: false
22
language: node_js
33
before_install:
4-
- npm install -g npm@6.4.0
4+
- npm install -g npm@latest
55
cache:
66
directories:
77
- node_modules
88
notifications:
99
email: false
1010
node_js:
11-
- '8'
12-
- '9'
1311
- '10'
14-
- 'stable'
12+
- '12'
13+
- '14'
1514
script:
1615
- npm start validate
1716
after_success:
1817
- npx codecov
1918
branches:
2019
only:
21-
- master
20+
- master

0 commit comments

Comments
 (0)