From 9eb383711a448e0690a1b8dcd3ccfc2c56e47f48 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 22 Aug 2015 21:16:21 +0530 Subject: [PATCH] verbose deploy --- .travis.yml | 2 +- deploy.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fca526f..7e9a1f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ script: ruby test.rb deploy: edge: true provider: script - script: deploy.sh + script: bash deploy.sh on: branch: master rvm: 2.2.2 \ No newline at end of file diff --git a/deploy.sh b/deploy.sh index d363d0a..58de638 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ #!/bin/bash - -bundle install -bundle exec mina deploy \ No newline at end of file +gem install bundler +bundle install --verbose +bundle exec mina deploy --verbose \ No newline at end of file