Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Pavlovich committed Apr 16, 2019
1 parent d11ec10 commit d961c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
sudo: false
go:
- 1.11.5
- 1.12.4
- tip

env:
Expand All @@ -28,4 +28,4 @@ deploy:
on:
tags: true
repo: nikepan/clickhouse-bulk
condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$
condition: $TRAVIS_GO_VERSION =~ ^1\.12\.[0-9]+$

0 comments on commit d961c60

Please sign in to comment.