Include Go 1.8 release into tested versions

This commit is contained in:
Marius 2017-02-21 23:27:23 +01:00
parent 9a3667b8ab
commit 9ad88c0424
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ go:
- 1.5
- 1.6
- 1.7
- 1.8beta2
- 1.8
sudo: required
cache:
apt: true
@ -33,11 +33,11 @@ deploy:
skip_cleanup: true
on:
tags: true
go: 1.7
go: 1.8
repo: tus/tusd
- provider: script
script: .scripts/deploy_current.sh
on:
branch: master
go: 1.7
go: 1.8
repo: tus/tusd