1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-09 19:29:30 +08:00
golearn/.travis.yml
Stephen Whitworth 6cc6900da7 Shut up Travis
2014-05-17 21:50:53 +01:00

9 lines
128 B
YAML

language: go
go:
- 1.1
- 1.2
- release
- tip
install:
- go get github.com/smartystreets/goconvey/convey
- go get -v ./...