mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
8bba22579c
After update to new version of sskit there were a lot of failed tests.
10 lines
146 B
YAML
10 lines
146 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.1.0
|
|
- 2.0.0
|
|
- 1.9.3
|
|
- 1.9.2
|
|
- rbx
|
|
script: bundle exec rake spec
|
|
cache: bundler
|
|
bundler_args: --without cucumber
|