discourse/.travis.yml
2019-01-07 17:47:20 +01:00

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