1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-26 06:33:46 +01:00

(*)add travis configuration file

This commit is contained in:
Fan Yang 2014-08-14 17:35:22 +08:00
parent ae9af3ccb8
commit 65e15c9824

9
.travis.yml Normal file

@ -0,0 +1,9 @@
language: go
go:
- 1.2
- 1.3
- tip
env:
- TRAVIS="yes"
script:
- go get -u -v && go build -v .