Skip to content

Commit

Permalink
Merge 6475fc8 into e744f62
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 28, 2017
2 parents e744f62 + 6475fc8 commit ff495f9
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 596 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
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+$/

0 comments on commit ff495f9

Please sign in to comment.