Skip to content

Commit

Permalink
Clean up travis.yml re. go version
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Oct 21, 2017
1 parent 0f8613d commit d860078
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go

# When upgrading Go version also change deploy > provider > on > go at the bottom of this file.
go:
- 1.9.1
go: 1.9.1

os:
- linux
Expand Down Expand Up @@ -35,7 +34,6 @@ deploy:
on:
tags: true
repo: wjdp/htmltest
go: 1.8.3
- provider: s3
access_key_id: AKIAIH2ZE2KZBNCVEGCA
secret_access_key:
Expand All @@ -49,4 +47,3 @@ deploy:
on:
repo: wjdp/htmltest
branch: master
go: 1.8.3

0 comments on commit d860078

Please sign in to comment.