Skip to content

Commit

Permalink
chore(travis): re-add node_js v5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Apr 6, 2016
1 parent 68537f7 commit b7a18dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.init.yml
Expand Up @@ -3,6 +3,7 @@ language: node_js
cache:
- bundler
node_js:
- "5"
- "4"
- "0.12"
before_install:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: node_js
cache:
- bundler
node_js:
- "5"
- "4"
- "0.12"
before_install:
Expand Down

0 comments on commit b7a18dd

Please sign in to comment.