shithub: hugo

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