summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: c00c98db7c90f23f72e403d89ef44088d5d030e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: go
go:
  - 1.2
  - tip
script:
  - go test ./...
  - go build
  - ./hugo -s docs/
install:
  - go get github.com/stretchr/testify
  - go get -v ./...