forked from mystiq/dex
*: enable travis testing
This commit is contained in:
parent
1ee5920c54
commit
dbb16baa25
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
|
||||
install:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
|
||||
script:
|
||||
- make testall
|
||||
|
||||
notifications:
|
||||
email: false
|
Loading…
Reference in a new issue