This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
dex/.travis.yml

14 lines
137 B
YAML

language: go
go:
- 1.7
install:
- go get -u github.com/golang/lint/golint
script:
- make testall
notifications:
email: false