2
1
mirror of https://github.com/gitchain/gitchain.git synced 2020-06-03 16:49:55 +00:00
gitchain/.travis.yml
2014-05-26 07:25:40 +08:00

16 lines
181 B
YAML

language: go
go:
- 1.2
- 1.2.2
- tip
install:
- export PATH=$PATH:$HOME/gopath/bin
- make prepare
script:
- make
- make test
matrix:
allow_failures:
- go: tip