1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

Update build to go 1.8.1

This commit is contained in:
Nick Craig-Wood
2017-04-25 08:10:36 +01:00
parent 1ccfea5aa9
commit b6517840ca

View File

@@ -7,7 +7,7 @@ go:
- 1.5.4
- 1.6.4
- 1.7.4
- 1.8
- 1.8.1
- tip
install:
- git fetch --unshallow --tags
@@ -24,11 +24,11 @@ matrix:
- go: tip
include:
- os: osx
go: 1.8
go: 1.8.1
deploy:
provider: script
script: make travis_beta
on:
branch: master
go: 1.8
go: 1.8.1
condition: "`uname` == 'Linux'"