Skip to content

Commit

Permalink
ci(travis): add Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Jan 18, 2019
1 parent 9adf0b6 commit 242d4fe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: node_js
node_js:
- lts/*
notifications:
email:
on_success: never
on_failure: always
branches:
only:
- master
install:
- travis_retry npm install
test:
- npm test
before_deploy:
- npm run coverage
deploy:
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
branch: master

0 comments on commit 242d4fe

Please sign in to comment.