From 7ae93c409c4658cd44d68ec090dee7ed99d28f7e Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Tue, 28 Feb 2017 00:04:27 +0900 Subject: [PATCH] Fix bug --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 613173d72..06c908634 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"