This commit is contained in:
Aya Morisawa 2017-02-28 00:04:27 +09:00
parent 2064c32bde
commit 7ae93c409c

View file

@ -24,7 +24,7 @@ after_success:
- git checkout -b release
- cp -f .gitignore-release .gitignore
- git add --all
- git rm --cached -r ./
- git rm --cached `git ls-files --full-name -i --exclude-standard`
- git config --global user.email "AyaMorisawa4869@gmail.com"
- git config --global user.name "Aya Morisawa"
- git commit -m "Release build for $TRAVIS_COMMIT"