shithub: hugo

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