Skip to content

Commit

Permalink
chore: enable tests for node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 23, 2016
1 parent 0c21a5b commit e33fb50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- 6
- 5
- 4
before_install:
- npm config set depth 0
- npm install --global npm@3
notifications:
email: false
sudo: false
Expand Down

0 comments on commit e33fb50

Please sign in to comment.