Travis CI: Also build without openssl

Also update Go versions
This commit is contained in:
Jakob Unterwurzacher 2016-10-09 23:18:23 +02:00
parent 15b6ab12b1
commit b2aae7d36c
1 changed files with 6 additions and 5 deletions

View File

@ -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