Don't push on Travis before setting password

This commit is contained in:
Ben Alpert 2015-04-01 18:50:51 -07:00
parent 0bfcc9a6c2
commit 48a993b5c5
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ fi
cd react-native-gh-pages
git checkout origin/gh-pages
git checkout -b gh-pages
git push --set-upstream origin gh-pages
git branch --set-upstream-to=origin/gh-pages
cd ../react-native/website