lego/.travis.yml
Fernandez Ludovic ff6a346e5a chore: change Travis configuration.
- remove go1.8, due to https://github.com/miekg/dns/pull/683
- add go1.x
2018-05-30 19:17:57 +02:00

17 lines
363 B
YAML

language: go
go:
- 1.9.x
- 1.x
- tip
services:
- memcached
env:
- MEMCACHED_HOSTS=localhost:11211
install:
- go get -t ./...
script:
- go vet ./...
- go test -v ./...
before_install:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_26c593b079d9_key -iv $encrypted_26c593b079d9_iv -in .gitcookies.enc -out .gitcookies -d || true'