shithub: hugo

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