From 74b19b449e5c77b15cc4ccae0d96ce537392ca57 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Wed, 27 Jun 2018 12:30:24 +0200 Subject: [PATCH] Update travis configuration. (#332) - explicitely set sudo to false, since we don't need it and it slows-down builds. - use the newest go toolchain. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f22275d9c..faeb2cc8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ dist: trusty +sudo: false branches: only: @@ -7,7 +8,7 @@ branches: language: go go: - - 1.9 + - "1.10.x" before_install: - go get github.com/Masterminds/glide