aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/graphql-go/handler/.travis.yml
blob: 3fee687b86f1e369b00e1f9d33f0bad1e7919ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: go

go:
  - 1.x
  - tip

before_install:
  - go get github.com/axw/gocov/gocov
  - go get github.com/mattn/goveralls

script:
  - $HOME/gopath/bin/goveralls -service=travis-ci