Skip to content

Commit

Permalink
Merge remote-tracking branch 'amila/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Oct 10, 2016
2 parents 04127c9 + 8d265b2 commit 7099ac8
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
sudo: false

language: node_js

node_js:
- stable
- '0.12'
- '0.10'
- 6
- 4

cache:
directories:
- node_modules

install:
- npm i -g npm@latest
- npm install

after_script:
- npm run coveralls

branches:
except:
- /^v[0-9]/

0 comments on commit 7099ac8

Please sign in to comment.