Bump Go versions and simplify .travis.yml (#165)

This commit is contained in:
Harald Nordgren 2018-10-19 22:26:38 +02:00 committed by Andrea Spacca
parent 3ca36f8c9c
commit b8da8ff855

View file

@ -1,14 +1,16 @@
language: go language: go
sudo: false sudo: false
matrix: os:
include: - linux
- os: linux
go: 1.7.x go:
- os: linux - 1.7.x
go: 1.8 - 1.8.x
- os: linux - 1.9.x
go: tip - 1.10.x
- 1.11.x
- tip
install: install:
- echo "This is an override of the default install deps step in travis." - echo "This is an override of the default install deps step in travis."