Update travis config. Try bionic build.
This commit is contained in:
parent
6cb8fe3787
commit
c6640c0de2
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
sudo: required
|
dist: bionic
|
||||||
dist: focal
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
@ -32,7 +31,7 @@ before_script:
|
||||||
- RAILS_ENV=test bundle exec rake db:bootstrap --trace
|
- RAILS_ENV=test bundle exec rake db:bootstrap --trace
|
||||||
- RAILS_ENV=test bundle exec bin/rails webdrivers:chromedriver:update
|
- RAILS_ENV=test bundle exec bin/rails webdrivers:chromedriver:update
|
||||||
script:
|
script:
|
||||||
- "./travis_script.sh $TEST_SUITE"
|
- "bin/travis_script.sh $TEST_SUITE"
|
||||||
# TODO Get this working.
|
# TODO Get this working.
|
||||||
# - $CCTR format-coverage -t simplecov --output coverage/codeclimate.$SUITE.json
|
# - $CCTR format-coverage -t simplecov --output coverage/codeclimate.$SUITE.json
|
||||||
# after_script:
|
# after_script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue