From 12492d8d9436f2dbbb94c654d2332cb2b2ba8cf5 Mon Sep 17 00:00:00 2001 From: Tadeu Zagallo Date: Thu, 13 Aug 2015 14:39:01 +0100 Subject: [PATCH] [ReactNative][Travis] Attempt to fix tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 792d6afe4..4d4f838a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ script: then cd website - npm install + $(which npm) install ./setup.sh if [ "$TRAVIS_PULL_REQUEST" = false ] && [ "$TRAVIS_BRANCH" = master ]; then # Automatically publish the website