shithub: hugo

ref: beaa008c2f524aafd416b7a6f53f04a0056dd7c5
dir: /.travis.yml/

View raw version
language: go
go:
  - 1.3
  - 1.4.2
  - tip
script:
  - go test ./...
  - go build
  - ./hugo -s docs/
install:
  - go get github.com/stretchr/testify
  - go get -v ./...