forked from TrueCloudLab/lego
16 lines
365 B
YAML
16 lines
365 B
YAML
language: go
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.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'
|