Files
gortmp/.travis.yml
2014-02-02 10:13:50 -06:00

13 lines
160 B
YAML

language: go
go:
- 1.2
install:
- export PATH=$PATH:$HOME/gopath/bin
- go get code.google.com/p/go.tools/cmd/cover
- go get -t
script:
- make test