From 52e64b1832a5ffacab576ccb65598130eedead98 Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 3 Apr 2020 12:15:56 +0000 Subject: [PATCH] Support the last 3 versions of golang. --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec974d1..914d897 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ --- language: go -sudo: required +dist: xenial +os: linux addons: apt: @@ -12,13 +13,13 @@ addons: - libsodium-dev - libvpx-dev -matrix: +jobs: include: - - go: 1.7.x + - go: 1.12.x if: type IN (push, api, cron) - - go: 1.8.x + - go: 1.13.x if: type IN (push, api, cron) - - go: 1.9.x + - go: 1.14.x if: type IN (push, api, cron) - go: master