From 942ef7e6416fd5c9ca005e4670c0550d3dab0b64 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Fri, 18 Dec 2015 03:43:46 +0900 Subject: [PATCH] edit travis.yml and try again... --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 859e087..e6a6c05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,5 +73,5 @@ after_success: - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ]; then git status; fi - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ]; then git config user.email "doc@example.com"; fi - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ]; then git config user.name "Travis-CI"; fi - - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ]; then git commit -a -m "[ci skip] documents update";git push; fi - - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ] && [ "$TRAVIS_BRANCH" = "master" ]; then git push --force --quiet "https://${GITHUB_OAUTH_TOKEN}@github.com/snmsts/roswell.git" master > /dev/null 2>&1; fi + - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ]; then git commit -a -m "[ci skip] documents update"; fi + - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ] && [ "$TRAVIS_BRANCH" = "master" ]; then git push --force --quiet "https://snmsts:${GITHUB_OAUTH_TOKEN}@github.com/snmsts/roswell.git" master > /dev/null 2>&1; fi