shithub: hugo

ref: cc5d63c37ae0b7387864a81b4ae6e0fc2895f8a3
dir: /.travis.yml/

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