mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
10 lines
129 B
YAML
10 lines
129 B
YAML
![]() |
language: ruby
|
||
|
cache: bundler
|
||
|
|
||
|
rvm:
|
||
|
- 2.2.4
|
||
|
|
||
|
bundler_args: --without development --retry=3 --jobs=3
|
||
|
|
||
|
script: bundle exec rspec
|