dex/.travis.yml

14 lines
137 B
YAML
Raw Normal View History

2016-08-19 04:04:41 +05:30
language: go
go:
- 1.7
install:
- go get -u github.com/golang/lint/golint
script:
- make testall
notifications:
email: false