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.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