增加ci配置

pull/21/merge
ouqiang 2017-04-05 19:45:30 +08:00
parent e4bfe6f738
commit cba5809f3e
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: go
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- master
env:
- GO15VENDOREXPERIMENT=1
os:
- linux
- osx