Files
goforever/.travis.yml
2014-04-13 12:32:36 -07:00

8 lines
74 B
YAML

language: go
go: 1.2
before_script:
- go build -a
script:
- go test -v