shithub: hugo

ref: 6e30c10d09ec60e8df3b4c17e6ab7a5896245928
dir: /.travis.yml/

View raw version
language: go
go:
  - 1.3
  - tip
script:
  - go test ./...
  - go build
  - ./hugo -s docs/
install:
  - go get github.com/stretchr/testify
  - go get -v ./...