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