Skip to content

Commit

Permalink
set travis to ubuntu bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
likle committed Aug 1, 2020
1 parent a6bd857 commit e1de9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx

dist: trusty
dist: bionic

addons:
apt:
Expand All @@ -28,4 +28,4 @@ script:
- make test

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e1de9bb

Please sign in to comment.