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: focal
|
||||
dist: bionic
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
@ -32,7 +31,7 @@ before_script:
|
|||
- RAILS_ENV=test bundle exec rake db:bootstrap --trace
|
||||
- RAILS_ENV=test bundle exec bin/rails webdrivers:chromedriver:update
|
||||
script:
|
||||
- "./travis_script.sh $TEST_SUITE"
|
||||
- "bin/travis_script.sh $TEST_SUITE"
|
||||
# TODO Get this working.
|
||||
# - $CCTR format-coverage -t simplecov --output coverage/codeclimate.$SUITE.json
|
||||
# after_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue