Travis: use bionic dist

original commit: a6a7e27f818da196f32e907d085d5e3456a9cd65
This commit is contained in:
Bob Burger 2019-10-21 13:15:41 -04:00
parent b25acba02e
commit f9a2c87545

View File

@ -1,3 +1,4 @@
---
language: c language: c
matrix: matrix:
include: include:
@ -56,7 +57,7 @@ matrix:
before_script: before_script:
- git config core.autocrlf false; rm .git/index; git reset --hard - git config core.autocrlf false; rm .git/index; git reset --hard
- choco install make -y - choco install make -y
dist: xenial dist: bionic
script: script:
- .travis/build.sh - .travis/build.sh
- .travis/test.sh - .travis/test.sh