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 dfd7896 commit 35ba58b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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
7 changes: 3 additions & 4 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 Expand Up @@ -57,8 +56,8 @@
"colors": "^1.3.0",
"commander": "^2.15.1",
"csv": "^3.1.0",
"firstline": "^2.0.1",
"js-promisify": "^1.3.0",
"firstline": "^2.0.2",
"js-promisify": "^1.3.1",
"through": "^2.3.8"
},
"version": "0.0.0-development"
Expand Down

0 comments on commit 35ba58b

Please sign in to comment.