Skip to content

Commit

Permalink
add node@6 to .travis.yml
Browse files Browse the repository at this point in the history
Summary:
i guess we'll need it at some point
Closes jestjs#939

Differential Revision: D3228313

fb-gh-sync-id: 9ff558b01bb7d3756f61cc7c51101fd0e8f33bbe
fbshipit-source-id: 9ff558b01bb7d3756f61cc7c51101fd0e8f33bbe
  • Loading branch information
Dmitrii Abramov authored and Facebook Github Bot 0 committed Apr 27, 2016
1 parent 42b5eff commit 64c7403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "4"
- "5"
- "6"
sudo: false
before_install: npm i -g npm@latest
install: npm i --ignore-scripts && npm run postinstall

0 comments on commit 64c7403

Please sign in to comment.