lightsaber/.travis.yml

11 lines
166 B
YAML
Raw Normal View History

2015-08-22 12:52:32 +00:00
language: ruby
rvm:
2015-08-22 15:11:30 +00:00
- 2.2.2
script: ruby test.rb
deploy:
provider: script
2015-08-22 15:13:52 +00:00
script: bundle exec mina deploy --verbose
2015-08-22 15:11:30 +00:00
on:
branch: master
skip_cleanup: true