Skip to content

Commit

Permalink
Fix pushing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Jul 31, 2014
1 parent 842c8e1 commit 3447228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if [ "$TRAVIS_REPO_SLUG" == "Cumulus/Syndic" ] \

echo -e "Publishing ocamldoc...\n"

git config --global user.email "${GIT_EMAIL}"
git config --global user.name "${GIT_NAME}"
git config --global user.email "travis@travis-ci.org"
git config --global user.name "travis-ci"
git clone https://${GH_TOKEN}@github.com/Cumulus/Syndic .documentation

cd .documentation
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
global:
- secure: "EEmf/HIIQGLec/VSWAH3Li8vRu2HGqirWyxDexv1r2w8qh2Ggxa/DONLUtTIkUU+xYCHZKuL/+9cNAyITMaOdce438IyjR+6lGi/EZLfyDOemZzmHMWCUpyZfX2NmceBllKVzgxE5MGAoN64uwmlLku66NtfDclgfj8D8j4xBgI="
- secure: "mv/uFbJc/hh1hfhnn1HxkL2ryTXvqgiqzCsAVNUhKofQMvZSTi2SiuGB+rMg7cC4NkvCMFiL/7xLdLb6dUHx3BKNsur0kLlUINlg45ZQbz/QjZT9+/t49+UNQv7AcTxsU6JpoA9RFrXv14oRhQjPNYApRmO+HaA4mcOJBC930nI="
language: c
script: bash -ex .travis-ci.sh

0 comments on commit 3447228

Please sign in to comment.