mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-04 07:08:32 +00:00
* modify * update * add acl * add feature * update dockerfile * add deploy * update * update * plugins * plugins * update * update * update * fixed * remove * fixed * add log * update * fixed * update * fix config * add http api * add http api * resp * add config for work chan * update * fixed * update * disable trace * fixed * change acl * fixed * fixed res * dd * dd * ddd * dd * update * fixed * update * add * fixed * update key * add log * update * format * update * update auth * update * update readme * added * update * fixed * fixed * fix * upade * update * update
32 lines
615 B
YAML
32 lines
615 B
YAML
dist: xenial
|
|
language: go
|
|
|
|
go:
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- 1.12.x
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
matrix:
|
|
include:
|
|
name: "Go 1.11.x CentOS 32bits"
|
|
language: go
|
|
go: 1.11.x
|
|
os: linux
|
|
services:
|
|
- docker
|
|
script:
|
|
# Please update Go version in travis_test_32 as needed
|
|
- "docker run -i -v \"${PWD}:/zstd\" toopher/centos-i386:centos6 /bin/bash -c \"linux32 --32bit i386 /zstd/travis_test_32.sh\""
|
|
|
|
install:
|
|
- "wget https://github.com/DataDog/zstd/files/2246767/mr.zip"
|
|
- "unzip mr.zip"
|
|
script:
|
|
- "go build"
|
|
- "PAYLOAD=`pwd`/mr go test -v"
|
|
- "PAYLOAD=`pwd`/mr go test -bench ."
|