Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
feat(ci): Test for Node v7 (allow failure) (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
simison authored and codydaig committed Oct 25, 2016
1 parent 99496e6 commit aed6235
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,10 @@ node_js:
- 4
- 5
- 6
- 7
matrix:
allow_failures:
- node_js: 7
os:
- linux
- centos
Expand Down

0 comments on commit aed6235

Please sign in to comment.