Skip to content

Commit

Permalink
Use Go 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jun 8, 2018
1 parent 9135efc commit 44729df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ language: go
os:
- linux
go:
- 1.10.2
- 1.10.3
script:
- gimme --list
- echo $TRAVIS_GO_VERSION
Expand Down Expand Up @@ -169,7 +169,7 @@ deploy:
skip_cleanup: true
on:
repo: jedisct1/dnscrypt-proxy
condition: "${TRAVIS_GO_VERSION} == 1.10.2"
condition: "${TRAVIS_GO_VERSION} == 1.10.3"
tags: true
before_deploy:
- mkdir -p /tmp/bin /tmp/lib /tmp/include
Expand Down

0 comments on commit 44729df

Please sign in to comment.