1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-11 19:29:47 +08:00
golearn/.travis.yml
2014-07-03 10:00:10 +01:00

13 lines
232 B
YAML

language: go
go:
- 1.1
- 1.2
- release
- tip
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-base-dev liblinear-dev
install:
- go get github.com/smartystreets/goconvey/convey
- go get -v ./...