ref: 0c98d8e9ed7013ce722d53ee094f1adc79b90079
dir: /.travis.yml/
language: go go: - 1.4.2 - 1.5 - tip matrix: allow_failures: - go: tip script: - go test ./... - go build - ./hugo -s docs/ install: - go get github.com/stretchr/testify - go get -v ./...