Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit b1f0ad8

Browse files
committed
Fix .travis.yml
1 parent 276bffe commit b1f0ad8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
- script:
2323
- yarn install --frozen-lockfile --non-interactive
2424
- yarn add codacy-coverage
25-
- yarn run eslint
26-
- cp config/cucumber.json config/local.json
27-
- yarn run test:coverage
25+
- yarn run ci
2826
- cat ./coverage/lcov.info | codacy-coverage
2927

3028
after_success:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"yarn": ">= 1.3.0"
3434
},
3535
"scripts": {
36+
"ci": "yarn run eslint && yarn run test:coverage",
3637
"clear": "rm -Rf tmp",
3738
"test": "npm run mocha && npm run cucumber",
3839
"test:coverage": "nyc --reporter=lcovonly --reporter=text-summary npm run test",

0 commit comments

Comments
 (0)