Skip to content

Commit

Permalink
Added travis ci support for modern node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Aug 7, 2016
1 parent f0acd2a commit 8d265b2
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 8d265b2

Please sign in to comment.