mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
[ReactNative][Travis] Attempt to fix tests
This commit is contained in:
@@ -38,7 +38,7 @@ script:
|
|||||||
then
|
then
|
||||||
|
|
||||||
cd website
|
cd website
|
||||||
npm install
|
$(which npm) install
|
||||||
./setup.sh
|
./setup.sh
|
||||||
if [ "$TRAVIS_PULL_REQUEST" = false ] && [ "$TRAVIS_BRANCH" = master ]; then
|
if [ "$TRAVIS_PULL_REQUEST" = false ] && [ "$TRAVIS_BRANCH" = master ]; then
|
||||||
# Automatically publish the website
|
# Automatically publish the website
|
||||||
|
|||||||
Reference in New Issue
Block a user