mirror of https://github.com/stretchr/testify.git
Merge pull request #277 from philtay/master
Add Go 1.6 and use container-based infrastructurepull/284/head
commit
1f4a1643a5
|
@ -1,13 +1,15 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.1
|
- 1.1
|
||||||
- 1.2
|
- 1.2
|
||||||
- 1.3
|
- 1.3
|
||||||
- 1.4
|
- 1.4
|
||||||
- 1.5
|
- 1.5
|
||||||
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue