summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 804ce39facdd667e241c32561bbd7a898314b09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 ./...