shithub: hugo

ref: be6482603ee8ac3516ae19ceebb35662f038b25e
dir: /.travis.yml/

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