Skip to content

Commit

Permalink
Trying again...
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Mar 16, 2015
1 parent 0001b98 commit a68f2b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- npm test

# Automatically publish the website
script: cd website; npm install; ./setup.sh; ./publish.sh
script: cd website; npm install; ./setup.sh; ./publish.sh; echo
env:
- secure: "g8Xjbslq4R+3oLVgBvXM5QhiJ+7q+H+dH4+sXReyyZ64M5gf32U7oOjQNVkdx79dnGFc6a619otGsX4RiEkQlkiR+4uCgJUIgPwN4YFCIgYu4Z/0FnbbRu5yyywh5zv4WwGmAtMkgGztoMBnps5gCiPUM/RGIqwVk0Ghbmh5c2k="
branches:
Expand Down
3 changes: 2 additions & 1 deletion website/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ rm -Rf build/
cd ../../react-native-gh-pages
git add --all
git commit -m "update website"
git push; cd ../react-native/website; exit 0
git push
cd ../react-native/website

0 comments on commit a68f2b5

Please sign in to comment.