Include Go 1.8 release into tested versions
This commit is contained in:
parent
9a3667b8ab
commit
9ad88c0424
|
@ -3,7 +3,7 @@ go:
|
||||||
- 1.5
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
- 1.7
|
- 1.7
|
||||||
- 1.8beta2
|
- 1.8
|
||||||
sudo: required
|
sudo: required
|
||||||
cache:
|
cache:
|
||||||
apt: true
|
apt: true
|
||||||
|
@ -33,11 +33,11 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
go: 1.7
|
go: 1.8
|
||||||
repo: tus/tusd
|
repo: tus/tusd
|
||||||
- provider: script
|
- provider: script
|
||||||
script: .scripts/deploy_current.sh
|
script: .scripts/deploy_current.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
go: 1.7
|
go: 1.8
|
||||||
repo: tus/tusd
|
repo: tus/tusd
|
||||||
|
|
Loading…
Reference in New Issue