From 295d111f0eafd9275bc4a9e8e646dbcdd5e88c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCchele?= Date: Fri, 23 Feb 2018 02:15:11 -0800 Subject: [PATCH] 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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5bcad1fc..273e6b39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ # of patent rights can be found in the PATENTS file in the same directory. language: node_js +node_js: + - "8" install: - cd website