Skip to content

Commit

Permalink
node 4 seems to be having issues on travis, these issue have not been…
Browse files Browse the repository at this point in the history
… reproducible elsewhere.
  • Loading branch information
stefanpenner committed Mar 7, 2017
1 parent 3df3f7d commit 010bcd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ node_js:
- "7"
- "6"
- "4"

matrix:
allow_failures:
- node_js: "4"

after_success:
- "./bin/publish_to_s3.js"
before_install:
Expand Down

0 comments on commit 010bcd4

Please sign in to comment.