Travis CI: Also build without openssl
Also update Go versions
This commit is contained in:
parent
15b6ab12b1
commit
b2aae7d36c
11
.travis.yml
11
.travis.yml
@ -1,12 +1,12 @@
|
||||
language: go
|
||||
|
||||
# Debian Jessie has Go 1.3.3, Fedora 22 has Go 1.4.3,
|
||||
# Fedora 23 has Go 1.5.1
|
||||
# Build with the lastest versions of Go 1.4, 1.5, 1.6, 1.7
|
||||
# See https://golang.org/dl/
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.1
|
||||
- 1.6
|
||||
- tip
|
||||
- 1.5.4
|
||||
- 1.6.3
|
||||
- 1.7.1
|
||||
|
||||
install:
|
||||
- go get .
|
||||
@ -14,6 +14,7 @@ install:
|
||||
script:
|
||||
- openssl version
|
||||
- go build
|
||||
- ./build-without-openssl.bash
|
||||
- ./build.bash
|
||||
- ./test.bash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user