Skip to content

Commit

Permalink
Adds Node 5 to allow_failures list
Browse files Browse the repository at this point in the history
  • Loading branch information
twokul committed Nov 18, 2015
1 parent 3a9ba4f commit fb32322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,9 @@ install:
- npm --version
- git --version
- npm install --no-optional
matrix:
allow_failures:
- node: "5"

after_script:
- cat coverage/lcov.info | codeclimate
Expand Down

0 comments on commit fb32322

Please sign in to comment.