Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
add Node.js v7 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Oct 25, 2016
1 parent f5c983e commit f207156
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ env:
matrix:
fast_finish: true
include:
- node_js: '7'
env: TARGET=test-node
- node_js: '6'
env: TARGET=test-node
- node_js: '5'
Expand All @@ -34,9 +36,9 @@ matrix:
env: TARGET=test-node
- node_js: '0.10'
env: TARGET=test-node
- node_js: '6'
- node_js: '7'
env: TARGET=lint
- node_js: '6'
- node_js: '7'
env: TARGET=test-browser S3=1

before_install: scripts/travis-before-install.sh
Expand Down

0 comments on commit f207156

Please sign in to comment.