mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-13 15:03:56 +08:00
14 lines
195 B
YAML
Vendored
14 lines
195 B
YAML
Vendored
language: ruby
|
|
sudo: false
|
|
rvm:
|
|
- 2.3
|
|
- 2.4
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|
|
script:
|
|
- bundle exec rubocop
|
|
- bundle exec rspec
|
|
cache:
|
|
bundler: true
|