blob: d6f3d45d32fa290e1c373c809b678bde4e2fdd53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: go
go:
- '1.x'
arch:
- amd64
- ppc64le
install:
- go get github.com/bmizerany/assert
script:
- pushd $TRAVIS_BUILD_DIR
- go test
- popd
notifications:
email: false
|