shithub: hugo

ref: 6bf6a810ee7a19c64a14d0ea7d5d349b81bc913e
dir: /.travis.yml/

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