lego/.travis.yml

13 lines
298 B
YAML
Raw Normal View History

2015-06-13 15:36:15 +00:00
language: go
go:
- 1.5.3
- 1.6
- tip
install:
- go get -t ./...
script:
- go vet ./...
- go test -v ./...
before_install:
2016-03-23 03:53:31 +00:00
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_26c593b079d9_key -iv $encrypted_26c593b079d9_iv -in .gitcookies.enc -out .gitcookies -d || true'