From e1b2d240acc9a559c6cd37b7268e2b8721b79dbd Mon Sep 17 00:00:00 2001
From: Carlos Alexandro Becker <caarlos0@gmail.com>
Date: Mon, 30 Jan 2017 14:44:39 -0200
Subject: [PATCH] debug

---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6ab716011..719bef157 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@ install: make setup
 script:
   - make ci
 after_success:
-  - test -n "$TRAVIS_TAG" && gem install fpm && go run main.go
+  - test -n "$TRAVIS_TAG" && gem install fpm
+  - git status -sb
+  - test -n "$TRAVIS_TAG" && go run main.go
+  - git status -sb
 notifications:
   email: false