shithub: hugo

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