ci: fix versions to workaround compiler release 🐛

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov
2019-04-11 15:03:12 +02:00
parent 59289bd4f5
commit d73725709b

View File

@ -5,11 +5,11 @@ language: go
go_import_path: gopkg.in/src-d/enry.v1 go_import_path: gopkg.in/src-d/enry.v1
go: go:
- '1.11.x' - '1.11.6'
- '1.10.x' - '1.12.1'
env: env:
global: global:
- GO_VERSION_FOR_JVM='1.11.x' - GO_VERSION_FOR_JVM='1.11.'
matrix: matrix:
- ONIGURUMA=0 - ONIGURUMA=0
- ONIGURUMA=1 - ONIGURUMA=1