We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc928b commit 1c7b066Copy full SHA for 1c7b066
.travis.yml
@@ -1,21 +1,20 @@
1
sudo: false
2
language: node_js
3
before_install:
4
- - npm install -g npm@6.4.0
+ - npm install -g npm@latest
5
cache:
6
directories:
7
- node_modules
8
notifications:
9
email: false
10
node_js:
11
- - '8'
12
- - '9'
13
- '10'
14
- - 'stable'
+ - '12'
+ - '14'
15
script:
16
- npm start validate
17
after_success:
18
- npx codecov
19
branches:
20
only:
21
- - master
+ - master
0 commit comments