Update Travis configuration
This commit is contained in:
parent
6f627d34d6
commit
9c46c4cf5d
|
@ -1,10 +1,10 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
dist: xenial
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4.5
|
- 2.6
|
||||||
script:
|
script:
|
||||||
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
|
- RAILS_ENV=test bundle exec rake --trace bootstrap spec
|
||||||
sudo: false
|
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue