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

View File

@ -1,12 +1,12 @@
language: go language: go
# Debian Jessie has Go 1.3.3, Fedora 22 has Go 1.4.3, # Build with the lastest versions of Go 1.4, 1.5, 1.6, 1.7
# Fedora 23 has Go 1.5.1 # See https://golang.org/dl/
go: go:
- 1.4.3 - 1.4.3
- 1.5.1 - 1.5.4
- 1.6 - 1.6.3
- tip - 1.7.1
install: install:
- go get . - go get .
@ -14,6 +14,7 @@ install:
script: script:
- openssl version - openssl version
- go build - go build
- ./build-without-openssl.bash
- ./build.bash - ./build.bash
- ./test.bash - ./test.bash