From 90fc2abff42310ef1769a6b97005f6c68043c787 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 17 Jul 2016 16:56:44 -0700 Subject: [PATCH] Add travis.yml Unfortunately, travis is not setup for private repos in the facebookincubator repo yet. I'll ping the relevant people tomorrow outside of the weekend :) --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..d1bca93cedb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +--- +language: node_js +node_js: 4 +cache: + directories: + - node_modules + - global-cli/node_modules +script: tests/e2e.sh