lightsaber/.travis.yml

10 lines
135 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
script: bundle exec mina deploy
on:
branch: master