aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/modern-go/reflect2/.travis.yml
blob: b097728dbffdaf53d46524c1e967c4ef48d0375a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go

go:
  - 1.9.x
  - 1.x

before_install:
  - go get -t -v ./...
  - go get -t -v github.com/modern-go/reflect2-tests/...

script:
  - ./test.sh

after_success:
  - bash <(curl -s https://codecov.io/bash)