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
rvm:
- 2.2.2
- 2.2.2
script: ruby test.rb
deploy:
edge: true
provider: script
script: bundle exec mina deploy --verbose
on:
branch: master
rvm: 2.2.2
skip_cleanup: true