shithub: hugo

ref: 3eb480a62f6a0c53ffc4a0de268c57dd2796dfe0
dir: /.travis.yml/

View raw version
language: go
go:
  - 1.1
  - tip
script:
  - go test ./...
  - go build
  - ./hugo -s docs/
install:
  - go get github.com/stretchr/testify
  - go get -v ./...