Skip to content

Commit

Permalink
travis: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
spinlock committed Mar 13, 2017
1 parent 5ab4441 commit c33628c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ os:
- osx

go:
- 1.7.5
- 1.6.4
- 1.5.4
- 1.7.x
- 1.6.x
- 1.5.x

script:
- make
Expand All @@ -30,4 +30,4 @@ deploy:
on:
repo: CodisLabs/codis
tags: true
go: '1.7.5'
condition: $TRAVIS_GO_VERSION =~ ^1\.7\.[0-9]+$

0 comments on commit c33628c

Please sign in to comment.