From 7ae93c409c4658cd44d68ec090dee7ed99d28f7e Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
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 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"
-- 
GitLab