mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-13 08:54:24 +08:00
17 lines
No EOL
242 B
YAML
Vendored
17 lines
No EOL
242 B
YAML
Vendored
language: ruby
|
|
sudo: false
|
|
rvm:
|
|
- 2.3
|
|
- 2.4
|
|
- 2.5
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|
|
script:
|
|
- bundle exec rubocop
|
|
- bundle exec rspec
|
|
cache:
|
|
bundler: true
|
|
before_install:
|
|
- gem install bundler |