Skip to content

Commit

Permalink
travis updated to run on master and PRs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
udnisap committed Jul 24, 2016
1 parent f459066 commit 5efadbf
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 'stable'
- '4'
- '5'
- '6'
before_install:
- npm install -g npm@~1.4.6
deploy:
provider: npm
email: [email protected]
on:
tags: true
api_key:
secure: ZArZGb/qyz2XlRr3SThngIiplmtdM0eNslXQchIMyxeie0IeiW6aLAioMr/tTc/JfZHIAoFGXoFliA3CiZgWk0svSaKGW1aVuWzfc+exOqvxjqhAcf41iniUSCaiuE9gGQU57sXn3yaxXHHMqq8hrXHsdxlRcjwjWPxqw5B7IVQ=
before_script:
- npm prune
script:
- npm run test
after_success:
branches:
only:
- master

0 comments on commit 5efadbf

Please sign in to comment.