summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/vendor/src/github.com/smartystreets/goconvey/.travis.yml
blob: a5124b0491bb45bfb2341e078176dfc72ba6ae49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: go

go:
  - 1.2
  - 1.3
  - 1.4
  - 1.5

install:
  - go get -t ./...

script: go test -short -v ./...

sudo: false