Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Update to work with node 8 (#4)
Browse files Browse the repository at this point in the history
Summary:
After running 'npm install', npm reported the follow warning message:

    npm WARN react-apollo@0.10.1 requires a peer of redux@^2.0.0 || ^3.0.0 but none was installed.

After running 'npm install redux --save-dev' the tests pass although there were
some errors logged to the console.

I've updated .travis.yml to use node 8 when running the tests.

Test Plan:
- npm test
- see that the tests pass on travis

Reviewers: csilvers
  • Loading branch information
kevinbarabash authored and csilvers committed Aug 17, 2017
1 parent 2717c4e commit 8972864
Show file tree
Hide file tree
Showing 3 changed files with 4,390 additions and 4,675 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "4.2"
- "8"

0 comments on commit 8972864

Please sign in to comment.