diff options
author | xuri <xuri.me@gmail.com> | 2020-05-22 16:53:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 16:53:46 +0800 |
commit | ec14de32f0c06f7a26b6b79578f666c0cc50b72c (patch) | |
tree | c6ebd61a7d9a7da5b993ffb82e4fb6c036e75d6a /.travis.yml | |
parent | aa7eadbffe6ae2f9f86201bbaaa4c1d1e8829cae (diff) | |
parent | 2efc7107ff30dc7f1e1a798082616ee488f99489 (diff) |
Merge branch 'master' into fix/cell_lock
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 6c061a8..92852cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,18 +4,17 @@ install: - go get -d -t -v ./... && go build -v ./... go: - - 1.8.x - - 1.9.x - - 1.10.x - 1.11.x - 1.12.x + - 1.13.x + - 1.14.x os: - linux - osx env: - matrix: + jobs: - GOARCH=amd64 - GOARCH=386 |