Skip to content

Commit

Permalink
Travis: use bionic dist
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerrg committed Oct 21, 2019
1 parent ab16565 commit a6a7e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
language: c
matrix:
include:
Expand Down Expand Up @@ -56,7 +57,7 @@ matrix:
before_script:
- git config core.autocrlf false; rm .git/index; git reset --hard
- choco install make -y
dist: xenial
dist: bionic
script:
- .travis/build.sh
- .travis/test.sh

0 comments on commit a6a7e27

Please sign in to comment.