Skip to content

Commit

Permalink
chore(package): adding travis ci config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Dec 2, 2015
1 parent 16e27c1 commit 679436e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '4'
before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit 679436e

Please sign in to comment.