Skip to content

Commit

Permalink
chore(build): auto publish to npm
Browse files Browse the repository at this point in the history
Uses semantic-release to automate the publish of ng-table
to npm
  • Loading branch information
ccrowhurstram committed Oct 5, 2016
1 parent 0e3554e commit c25f79c
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
sudo: false
language: node_js
node_js:
- node

cache:
directories:
- node_modules
notifications:
email: false
addons:
sauce_connect: true

env:
global:
- secure: gnwapHmalQ00mis28sRZQwmrkOWU7CyIyU3iKc1bixgGKZu6dhMUwQt2WA8HDkOLgSxSCSMigtzwuPvkxH6CRLbMnYwCDkCHZS9SvjrOLX+jZkORbSKRJUjlkRS3cjkY9AzKOYAOngAN07j0iqvsKx6UtdtEvA4QVM/ToQzVfi0=
Expand All @@ -22,8 +26,6 @@ script:
- npm test
- '[ "${TRAVIS_PULL_REQUEST}" = "true" ] || npm run e2e:ci'

after_success: cat out/coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js

cache:
directories:
- node_modules
after_success:
- cat out/coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npm run semantic-release
Loading

0 comments on commit c25f79c

Please sign in to comment.