1language: go
2go:
3  - 1.3
4  - 1.4
5  - tip
6install:
7  - go get github.com/bmizerany/assert
8  - go get github.com/philhofer/fwd
9  - go get github.com/tinylib/msgp
10sudo: false
11matrix:
12  allow_failures:
13    - go: tip
14