Skip to content

Commit

Permalink
Merge pull request #52 from TravisBuddy/master
Browse files Browse the repository at this point in the history
TravisBuddy Integration
  • Loading branch information
toxic-johann committed Dec 5, 2017
2 parents 1c91ff7 + 20095da commit d64ae9d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
@@ -1,9 +1,16 @@
language: node_js

node_js:
- "8"

- '8'
script:
- "npm test"
- 'npm test'
after_success:
- 'npm install coveralls && npm install nyc && ./node_modules/.bin/nyc report --temp-directory=coverage --reporter=text-lcov | ./node_modules/.bin/coveralls'
- 'npm install coveralls && npm install nyc && ./node_modules/.bin/nyc report --temp-directory=coverage --reporter=text-lcov | ./node_modules/.bin/coveralls'
notifications:
webhooks:
urls:
- 'https://www.travisbuddy.com/'
on_success: never
on_failure: always
on_start: never
on_cancel: never
on_error: never

0 comments on commit d64ae9d

Please sign in to comment.