Skip to content

Commit

Permalink
let's see if this works around golang/go#12933
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 25, 2017
1 parent 574fdba commit 985d7ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added .gitcookies.enc
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ generated/
.vendor/
bin/*
gin-bin
.gitcookies
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ go:
- 1.8
- tip

before_install:
- openssl aes-256-cbc -K $encrypted_1be751f1f9f0_key -iv $encrypted_1be751f1f9f0_iv -in .gitcookies.enc -out .gitcookies -d
matrix:
allow_failures:
- go: 'tip'

0 comments on commit 985d7ac

Please sign in to comment.