mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-12 23:58:00 +08:00
12 lines
172 B
YAML
Vendored
12 lines
172 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
|