shithub: hugo

ref: 60ed5bda2b3d1c6f2d67287a9d7a434f588cdb14
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 ./...