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 36af32d commit e8b5f92Copy full SHA for e8b5f92
1 file changed
.travis.yml
@@ -5,9 +5,10 @@ cache:
5
directories:
6
- node_modules
7
node_js:
8
- - "12"
+ - '12'
9
script:
10
- - npm run precommit
+ - npm run lint
11
+ - npm run build
12
after_success:
13
# Deploy code coverage report to codecov.io
14
- npm run test:coverage:deploy
0 commit comments