1
0
mirror of https://github.com/joohoi/acme-dns.git synced 2025-02-22 04:28:43 +07:00
acme-dns/vendor/github.com/mattn/go-sqlite3/.travis.yml
Joona Hoikkala fd9ce4606d
Get rid of Iris and use julienschmidt/httprouter instead ()
* Replace iris with httprouter

* Linter fixes

* Finalize iris removal

* Vendor dependencies for reproducable builds

* Api tests are back
2017-11-14 23:54:29 +02:00

20 lines
377 B
YAML

language: go
sudo: required
dist: trusty
env:
- GOTAGS=
- GOTAGS=libsqlite3
- GOTAGS=trace
- GOTAGS=vtable
go:
- 1.7.x
- 1.8.x
- 1.9.x
- master
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
- go test -race -v . -tags "$GOTAGS"