Skip to content

Commit

Permalink
ci(travis): Adjusted travis.yml for travis-ci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Sethorax committed Aug 28, 2018
1 parent cb169e3 commit ac99071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ script:
- npm run test:prod && npm run build
after_success:
- npm run report-coverage
- npm run travis-deploy-once "npm run semantic-release"
- npm run semantic-release
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.16.1",
"semantic-release": "^15.9.12",
"travis-deploy-once": "^5.0.4",
"ts-jest": "^23.1.4",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
Expand All @@ -46,8 +45,7 @@
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"semantic-release": "semantic-release",
"precommit": "lint-staged",
"travis-deploy-once": "travis-deploy-once"
"precommit": "lint-staged"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down

0 comments on commit ac99071

Please sign in to comment.