mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-18 06:43:36 +08:00
- AllCops/Excludes &AllCops/Includes is now AllCops/Exclude and AllCops/Includes - Correct linting issues - run rspec tests on travis - use travis container infra
13 lines
180 B
YAML
Vendored
13 lines
180 B
YAML
Vendored
language: ruby
|
|
sudo: false
|
|
rvm:
|
|
- 2.2
|
|
- 2.3
|
|
- 2.4
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|
|
script:
|
|
- bundle exec rubocop
|
|
- bundle exec rspec
|