shithub: hugo

ref: 41b28462e8f427a6a2a9e4efa81a48eee7e0124b
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 ./...