travis node version
Summary: Travis defaults to node version 0.10 (!). Explicitly setting the node version to 8. Reviewed By: emilsjolander Differential Revision: D7056888 fbshipit-source-id: f6e31cc75009dc4f322c1750c2ce540afdd641ce
This commit is contained in:
committed by
Facebook Github Bot
parent
da5eb2db67
commit
295d111f0e
@@ -6,6 +6,8 @@
|
|||||||
# of patent rights can be found in the PATENTS file in the same directory.
|
# of patent rights can be found in the PATENTS file in the same directory.
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "8"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd website
|
- cd website
|
||||||
|
Reference in New Issue
Block a user