diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-02-10 17:11:58 -0500 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-02-10 17:11:58 -0500 |
commit | 271ba7ca8dc513ba240c0b0290efd0957a16125a (patch) | |
tree | dea6f9cd1f51841cfa0ecd732f3c17e3c922a0d8 | |
parent | 3e7e51515e7437ee68c66e02eba955b6dea98d5b (diff) | |
download | getwtxt-271ba7ca8dc513ba240c0b0290efd0957a16125a.tar.gz |
building on newer linux image
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4035070..bb4daa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ go: os: - linux -dist: xenial +dist: bionic env: - GO111MODULE=on |