shithub: hugo

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