Skip to content

Commit

Permalink
build: update to use go1.12rc1 for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Feb 12, 2019
1 parent 1c1a8ef commit 9310c7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12rc1
- tip
go_import_path: github.com/ncw/rclone
before_install:
Expand Down Expand Up @@ -43,7 +44,7 @@ matrix:
- go: tip
include:
- os: osx
go: 1.11.x
go: 1.12rc1
env: GOTAGS=""
cache:
directories:
Expand All @@ -55,5 +56,5 @@ deploy:
on:
repo: ncw/rclone
all_branches: true
go: 1.11.x
go: 1.12rc1
condition: $TRAVIS_PULL_REQUEST == false

0 comments on commit 9310c7f

Please sign in to comment.