Skip to content

Commit 52e64b1

Browse files
committed
Support the last 3 versions of golang.
1 parent 7152288 commit 52e64b1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
language: go
3-
sudo: required
3+
dist: xenial
4+
os: linux
45

56
addons:
67
apt:
@@ -12,13 +13,13 @@ addons:
1213
- libsodium-dev
1314
- libvpx-dev
1415

15-
matrix:
16+
jobs:
1617
include:
17-
- go: 1.7.x
18+
- go: 1.12.x
1819
if: type IN (push, api, cron)
19-
- go: 1.8.x
20+
- go: 1.13.x
2021
if: type IN (push, api, cron)
21-
- go: 1.9.x
22+
- go: 1.14.x
2223
if: type IN (push, api, cron)
2324
- go: master
2425

0 commit comments

Comments
 (0)