mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
12 lines
176 B
YAML
12 lines
176 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.1.0
|
|
- 2.0.0
|
|
- rbx-2
|
|
script: bundle exec rake spec
|
|
install: bundle install --jobs=1
|
|
cache: bundler
|
|
branches:
|
|
except:
|
|
- legacy-v2
|
|
sudo: false
|