blob: 88c152e8346ebc2627936ff3573b9a90faccf60c [file] [log] [blame]
Matteo Scandolo9a2772a2018-11-19 14:56:26 -08001language: go
2
3go:
4 - 1.8.x
5 - 1.9.x
6 - 1.10.x
7
8os:
9 - linux
10 - osx
11
12install:
13 - "wget http://sun.aei.polsl.pl/~sdeor/corpus/mr.bz2"
14 - "bzip2 -d mr.bz2"
15script:
16 - "go build"
17 - "PAYLOAD=`pwd`/mr go test -v"
18 - "PAYLOAD=`pwd`/mr go test -bench ."