use build matrix to define bionic

This commit is contained in:
Fabio Barone 2020-05-15 14:46:22 -05:00
parent 79d0ac67cf
commit 0a4904be97
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
os:
- linux
- osx
language: go
jobs:
include:
- os: linux
dist: bionic
- os: osx
services:
- docker
env: