This repository has been archived on 2026-08-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2014-06-07 17:00:52 -05:00
|
|
|
language: go
|
|
|
|
|
|
|
|
|
|
go:
|
|
|
|
|
- 1.2
|
|
|
|
|
- tip
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
- export PATH=$PATH:$HOME/gopath/bin
|
|
|
|
|
- ./build.sh setup
|
|
|
|
|
|
|
|
|
|
script:
|
|
|
|
|
- ./build.sh test
|