shithub: hugo

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