1language: go
2go:
3  - 1.1
4install:
5  - go get github.com/bmizerany/assert
6script:
7  - pushd $TRAVIS_BUILD_DIR
8  - go test
9  - popd
10notifications:
11  email: false
12