From 5cd08aa2ace676ad7002d649e3804bffe1b5ae6e Mon Sep 17 00:00:00 2001 From: Nabil Hachicha Date: Tue, 26 Jan 2016 20:38:42 +0000 Subject: [PATCH] using nvm --- scripts/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test.sh b/scripts/test.sh index 389f02bf..b690a68c 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -72,6 +72,8 @@ elif [ "$TARGET" = "react-example" ]; then xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION popd elif [ "$TARGET" = "react-tests-android" ]; then + nvm install 5.4.0 + nvm use 5.4.0 pushd react-native/android ./gradlew installarchives popd