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.
2 parents 1a027ba + 88992cb commit e9d7984Copy full SHA for e9d7984
.travis.yml
@@ -1,16 +1,16 @@
1
language: node_js
2
node_js:
3
- - "node"
+ - "node"
4
env:
5
- - CODECOV_TOKEN="88b89344-8051-4bc1-aa42-f6428b99355b"
+ - CODECOV_TOKEN="88b89344-8051-4bc1-aa42-f6428b99355b"
6
cache:
7
- directories:
8
- - node_modules
+ directories:
+ - node_modules
9
before_install:
10
- - pip install --user codecov
+ - pip install --user codecov
11
before_script:
12
- - npm run lint
+ - npm run lint
13
script:
14
- - npm test
+ - npm test
15
after_success:
16
- - codecov --file coverage/lcov.info --disable search
+ - codecov --file coverage/lcov.info --disable search
0 commit comments