Browse Source

Travis: Add Go 1.7.

Dmitri Shuralyov 9 years ago
committed by GitHub
parent
commit
db3374506c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

@ -2,7 +2,8 @@ sudo: false
language: go language: go
go: go:
- 1.5.4 - 1.5.4
- 1.6.2
- 1.6.3
- 1.7
- tip - tip
matrix: matrix:
include: include:


Loading…
Cancel
Save