Skip to content

Commit

Permalink
Make tests pass using Node 5 / NPM 3 #832
Browse files Browse the repository at this point in the history
Summary: Closes #840

Reviewed By: yungsters

Differential Revision: D2981190

fb-gh-sync-id: a16e9c1b8cc1bd23513a5c4d9181c7612355f291
shipit-source-id: a16e9c1b8cc1bd23513a5c4d9181c7612355f291
  • Loading branch information
rainer oviir authored and Facebook Github Bot 6 committed Feb 26, 2016
1 parent 9ba7184 commit 0acd8e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions 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'
env:
- TEST_DIR=.
- TEST_DIR=scripts/babel-relay-plugin
Expand Down
2 changes: 2 additions & 0 deletions scripts/babel-relay-plugin/src/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
.*/__tests__/.*

[include]
../node_modules/
../../node_modules/
../../../node_modules/util/

[libs]
../interfaces
Expand Down
1 change: 1 addition & 0 deletions src/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
../node_modules/fbjs/lib
../node_modules/react
../node_modules/react-static-container/lib
../node_modules/base62

[libs]
../node_modules/fbjs/flow/lib
Expand Down

0 comments on commit 0acd8e2

Please sign in to comment.