shithub: hugo

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