Skip to content

Commit

Permalink
Merge pull request #272 from stefanpenner/node-4-travis-issue
Browse files Browse the repository at this point in the history
node 4 seems to be having issues on travis, these issue have not been…
  • Loading branch information
stefanpenner authored Mar 7, 2017
2 parents 3df3f7d + 010bcd4 commit f9a5575
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 f9a5575

Please sign in to comment.