Skip to content

Commit

Permalink
fix: update Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
pensierinmusica committed May 24, 2018
1 parent d9231f6 commit 1ddb459
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ notifications:
node_js:
- node
- '6.4.0'
script: 'npm run test-travis'
after_success:
- npm run coverage
- npm run travis-deploy-once "npm run semantic-release"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"pre-commit": "npm test",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once --pro",
"test": "npm run lint && nyc mocha",
"test-travis": "npm run lint && nyc mocha"
"test": "npm run lint && nyc mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1ddb459

Please sign in to comment.