Skip to content

Commit

Permalink
chore(travis): new @hoodie/server
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Aug 17, 2016
1 parent 1cd48a2 commit 011e3be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sudo: false
language: node_js
notifications:
email: false
node_js:
- 4
before_install:
- npm i -g npm@^3.0.0
before_script:
- npm prune
after_success:
- npm run semantic-release
- npm run coverage
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 011e3be

Please sign in to comment.