Remove needless files from the git index

This commit is contained in:
Aya Morisawa 2017-02-27 23:55:50 +09:00
parent 79155ca788
commit 2064c32bde
1 changed files with 1 additions and 0 deletions

View File

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