diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-28 00:04:27 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-28 00:04:27 +0900 |
| commit | 7ae93c409c4658cd44d68ec090dee7ed99d28f7e (patch) | |
| tree | 438bb1e239a7a7ed1df9bf8fd784a978964f2b5a | |
| parent | Remove needless files from the git index (diff) | |
| download | sharkey-7ae93c409c4658cd44d68ec090dee7ed99d28f7e.tar.gz sharkey-7ae93c409c4658cd44d68ec090dee7ed99d28f7e.tar.bz2 sharkey-7ae93c409c4658cd44d68ec090dee7ed99d28f7e.zip | |
Fix bug
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 613173d727..06c9086347 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |