Bump Travis to Ubuntu 14.04

This commit is contained in:
Zbigniew Mandziejewicz 2016-04-22 23:36:29 +08:00
parent 9f06636f8c
commit 42d411769d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
language: go
sudo: required
dist: trusty
go:
- 1.5
- 1.6
@ -7,5 +9,5 @@ before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls
- $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
- go test -v . -tags "libsqlite3"