Skip to content

Commit

Permalink
ci: fix versions to workaround compiler release 🐛
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bezzubov <[email protected]>
  • Loading branch information
bzz committed Apr 11, 2019
1 parent 59289bd commit d737257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ language: go
go_import_path: gopkg.in/src-d/enry.v1

go:
- '1.11.x'
- '1.10.x'
- '1.11.6'
- '1.12.1'
env:
global:
- GO_VERSION_FOR_JVM='1.11.x'
- GO_VERSION_FOR_JVM='1.11.'
matrix:
- ONIGURUMA=0
- ONIGURUMA=1
Expand Down

0 comments on commit d737257

Please sign in to comment.