diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-12-14 01:54:56 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-12-14 01:54:56 +0800 |
commit | 29d6881112dd55d7e3514d1efe59d70536295956 (patch) | |
tree | 36690bcd1d7841049633e4600ff9afab0718cf81 /.travis.yml | |
parent | e2692921e18b6fd3497c8e971507d226c8d46206 (diff) | |
download | dexon-29d6881112dd55d7e3514d1efe59d70536295956.tar.gz dexon-29d6881112dd55d7e3514d1efe59d70536295956.tar.zst dexon-29d6881112dd55d7e3514d1efe59d70536295956.zip |
travis, appveyor: build with Go 1.7.4
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 87725251b..d13b77c17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,15 +13,15 @@ matrix: go: 1.6.2 - os: linux dist: trusty - go: 1.7 + go: 1.7.4 - os: osx - go: 1.7 + go: 1.7.4 # This builder does the Ubuntu PPA and Linux Azure uploads - os: linux dist: trusty sudo: required - go: 1.7 + go: 1.7.4 env: - ubuntu-ppa - azure-linux @@ -55,7 +55,7 @@ matrix: # This builder does the OSX Azure, Android Maven and Azure and iOS CocoaPods and Azure uploads - os: osx - go: 1.7 + go: 1.7.4 env: - azure-osx - mobile |