瀏覽代碼

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

tags/v1.0.0
Harald Nordgren 5 年之前
committed by Andrea Spacca
父節點
當前提交
b8da8ff855
共有 1 個文件被更改,包括 10 次插入8 次删除
  1. +10
    -8
      .travis.yml

+ 10
- 8
.travis.yml 查看文件

@@ -1,14 +1,16 @@
language: go
sudo: false

matrix:
include:
- os: linux
go: 1.7.x
- os: linux
go: 1.8
- os: linux
go: tip
os:
- linux

go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip

install:
- echo "This is an override of the default install deps step in travis."


Loading…
取消
儲存