shithub: hugo

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