From 43b3c6f01246de982c4284ae776fb2f8293f2244 Mon Sep 17 00:00:00 2001 From: skyforce77 Date: Wed, 3 Apr 2019 13:49:41 +0200 Subject: [PATCH] travis --- .travis.yml | 10 ++++++---- go.mod | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe839a6..ee7f998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,13 @@ language: go sudo: false go: - - 1.6 - - 1.7 - - 1.8 - - 1.9 + - 1.6.x + - 1.7.x + - 1.8.x + - 1.9.x - 1.10.x + - 1.11.x + - 1.12.x - master matrix: diff --git a/go.mod b/go.mod index 7a53bb4..007a6e1 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module TyphoonLimbo go 1.12 require ( - github.com/TyphoonMC/TyphoonCore v0.0.1 // indirect - github.com/TyphoonMC/go.uuid v1.2.0 // indirect + github.com/TyphoonMC/TyphoonCore v0.0.1 + github.com/TyphoonMC/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5 )