blob: 629470cf61dfa9faaa5eccd649bba4f794d9ce1c [file] [log] [blame]
Abhilash S.L3b494632019-07-16 15:51:09 +05301dist: xenial
William Kurkianea869482019-04-09 15:16:11 -04002language: go
3
4go:
William Kurkianea869482019-04-09 15:16:11 -04005 - 1.10.x
6 - 1.11.x
Abhilash S.L3b494632019-07-16 15:51:09 +05307 - 1.12.x
William Kurkianea869482019-04-09 15:16:11 -04008
9os:
10 - linux
11 - osx
12
13matrix:
14 include:
15 name: "Go 1.11.x CentOS 32bits"
16 language: go
17 go: 1.11.x
18 os: linux
19 services:
20 - docker
21 script:
22 # Please update Go version in travis_test_32 as needed
23 - "docker run -i -v \"${PWD}:/zstd\" toopher/centos-i386:centos6 /bin/bash -c \"linux32 --32bit i386 /zstd/travis_test_32.sh\""
24
25install:
26 - "wget https://github.com/DataDog/zstd/files/2246767/mr.zip"
27 - "unzip mr.zip"
28script:
29 - "go build"
30 - "PAYLOAD=`pwd`/mr go test -v"
31 - "PAYLOAD=`pwd`/mr go test -bench ."