discourse/.travis.yml
Robert O'Connor 436dedfa5b
run rspec on travis and Fix some of the rubocop cops:
- AllCops/Excludes &AllCops/Includes is now AllCops/Exclude and AllCops/Includes
- Correct linting issues
- run rspec tests on travis
- use travis container infra
2017-11-27 01:17:36 -05:00

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