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.
This commit is contained in:
Oleksii Kliukin 2018-06-27 12:30:24 +02:00 committed by GitHub
parent d9d2c5cbe5
commit 74b19b449e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
dist: trusty dist: trusty
sudo: false
branches: branches:
only: only:
@ -7,7 +8,7 @@ branches:
language: go language: go
go: go:
- 1.9 - "1.10.x"
before_install: before_install:
- go get github.com/Masterminds/glide - go get github.com/Masterminds/glide