shithub: hugo

ref: 4e0208d448a8793766d8835d6fd2228ddf822273
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 ./...