Trying to get deploy to run

This commit is contained in:
Abhay Rana 2015-08-22 20:59:54 +05:30
parent f18cbffa2d
commit 78409ef876
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
language: ruby language: ruby
rvm: rvm:
- 2.2.2 - 2.2.2
script: ruby test.rb script: ruby test.rb
deploy: deploy:
edge: true
provider: script provider: script
script: bundle exec mina deploy --verbose script: bundle exec mina deploy --verbose
on: on:
branch: master branch: master
rvm: 2.2.2
skip_cleanup: true skip_cleanup: true