blob: 449e67cd01acba105df358ccac3c32f0693f3f1a [file] [log] [blame]
sslobodrd046be82019-01-16 10:02:22 -05001language: go
2
3go:
4 - 1.8.x
5 - 1.x
6
7before_install:
8 - go get -t -v ./...
9
10script:
11 - ./test.sh
12
13after_success:
14 - bash <(curl -s https://codecov.io/bash)