Skip to content

Commit

Permalink
Avoiding a cyclic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 14, 2018
1 parent 662f5e6 commit 9f9c286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ node_js: 10
notifications: {email: false}
sudo: false

after_success: npm run coverage
install: npm install
before_script: npm --global install @cedx/coveralls
script: npm test
after_success: coveralls var/coverage.xml
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"commander": "^2.17.1"
},
"devDependencies": {
"@cedx/coveralls": "^7.0.0",
"@types/chai": "^4.1.4",
"@types/node": "^10.7.0",
"chai": "^4.1.2",
Expand Down

0 comments on commit 9f9c286

Please sign in to comment.