shithub: hugo

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