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:
parent
ae9af3ccb8
commit
65e15c9824
9
.travis.yml
Normal file
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 .
|
Loading…
Reference in New Issue
Block a user