enable travis CI
Signed-off-by: heartlock <21521209@zju.edu.cn>
This commit is contained in:
parent
11ba1cb54d
commit
8af8fd07d5
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- tip
|
||||
|
||||
sudo: required
|
||||
|
||||
install:
|
||||
- make install.tools
|
||||
|
||||
before_script:
|
||||
- export PATH=$HOME/gopath/bin:$PATH
|
||||
|
||||
script:
|
||||
- make .gitvalidation
|
||||
- make verify
|
||||
- make binaries
|
Loading…
Reference in New Issue
Block a user