Skip to content

Commit bd8b02a

Browse files
committed
Bump Go to 1.13
Also, ensure that the releases can be deployed on tags (updated OAuth token).
1 parent 5ff3aef commit bd8b02a

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
language: go
22
sudo: false
33
go:
4-
- 1.11.x
4+
- 1.13.x
5+
- 1.x
56
deploy:
67
provider: releases
78
api_key:
8-
secure: 'kewugKeaEgDvNMaapSbhMTgWXO1tje4sbyF8D77lbceOviTfKZkDKuuwVSwTU1NTKuHk5DnC00Rrfy7d4HP1xPT94P4AnI6oEjUvQvi43U8Ub/YGbrwTAZpqUyZJWwmkHaEikeFRIRuyTnHztM8/IQaEQyOvxtu2NOFnMVCpagQ='
9-
file:
10-
- bin/certstrap-${TRAVIS_TAG}-linux-amd64
11-
- bin/certstrap-${TRAVIS_TAG}-darwin-amd64
12-
- bin/certstrap-${TRAVIS_TAG}-windows-amd64
9+
# mbyczkowski's OAuth token
10+
secure: phWdB/u3MZyzo3EGj35PTQdOWagxmAqBxXbQWl/ROL7zYGdyV3ix2EYxElTHpJ6lEksVHRnq3vUyGn0FNBS1jDNU93HQZpC6GPvtGtHfPEWXEk9X2H4cKUsMMfhqihJoA/Fx/S1ExQyVj7JxjnFW2/36J12qlR+gGDM0MOVw08Y=
11+
file_glob: true
12+
file: bin/certstrap-*
1313
skip_cleanup: true
14+
draft: true
1415
on:
16+
repo: square/certstrap
1517
tags: true
16-
go: 1.11
18+
go: "1.13.x" # ensure that this matches one of the go versions specified at the top
1719
before_script:
18-
- ./build
20+
- "./build"
1921
script:
20-
- ./test
22+
- "./test"

0 commit comments

Comments
 (0)