Skip to content

Commit

Permalink
Updating to bionic dist on travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Shaw committed Oct 5, 2019
1 parent a4fb640 commit 4eda1fd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,21 +1,15 @@
dist: xenial

dist: bionic
language: go

go:
- 1.12.x
- 1.13.x

env:
- GO111MODULE=on

services:
- docker

addons:
apt:
chrome: stable

script:
- go test -v
- go test -c
Expand Down

0 comments on commit 4eda1fd

Please sign in to comment.