mirror of
https://github.com/danderson/netboot.git
synced 2025-12-03 16:41:25 +01:00
Add a Travis configuration for running tests.
This commit is contained in:
parent
60581f4259
commit
b7ae49bdb6
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.5
|
||||
- 1.6
|
||||
- tip
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
install:
|
||||
- go get github.com/golang/lint/golint
|
||||
before_script:
|
||||
script:
|
||||
- GO15VENDOREXPERIMENT=1 go build ...
|
||||
- GO15VENDOREXPERIMENT=1 go test ...
|
||||
- go vet ...
|
||||
- golint ...
|
||||
Loading…
x
Reference in New Issue
Block a user