Skip to content

Commit

Permalink
Merge pull request #1361 from hubotio/evolution/6/semantic-release
Browse files Browse the repository at this point in the history
semantic-release setup
  • Loading branch information
gr2m authored Jun 28, 2017
2 parents e744f62 + 18b44be commit 98ad3ce
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 597 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@ addons:
apt:
packages:
- expect
before_script: bin/e2e-test.sh
after_success: npm run coverage
before_script:
- npm prune
- bin/e2e-test.sh
after_success:
- npm run coverage
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 98ad3ce

Please sign in to comment.