shithub: hugo

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