Skip to content

Commit

Permalink
Travis needs an PRO api_key when using travis-ci.com
Browse files Browse the repository at this point in the history
Third time is charm
  • Loading branch information
Ilyes512 committed Jul 25, 2018
1 parent 63a03f8 commit 65f72da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
matrix:
include:
- go: 1.x
env: VERSION=0.4.1
env: VERSION=0.4.2

before_deploy:
- GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build boilr.go && tar czvf boilr-$VERSION-linux_amd64.tgz boilr
Expand All @@ -15,7 +15,7 @@ before_deploy:
deploy:
provider: releases
api_key:
secure: yZlNku47CwznJ2N1kXNCLRCEj3EZkKlQv4l5KSyCPSMk2SKBAHUcHfvbj8ICVYer1OxMLQ0W8nsD9OR6GeGlMr8AioujGUzNDafNRB9Skr1444H9vjEFUrXsMbtPd3zJIMc1l3CkeQyafq9/zQaUGvDB/vGpTy5rjM2YvI46r3H4MsSeMOaJrynV2oxCgvdKsABcdEyulBYhStYzaxC02sJen3WOFa0yzXX56XcM92TNFr936hDrwm1Pn8/YhhOdniARppCsvnZg/PnIgZYJDg4s3+uCtLEkyNcuPMK7URZpTW/3Z2etto+1RBr7Ooc9hU1tb6JKMmZfzq+1f4xryn9eg15N9KPAVqYoLiugg22ZYCR7UcxpMiRUg8ZUvX7TZ+0chZHxSuR+UZHlgL8nQFlrpjD03TxEmzZtdF29dbEgwebEMpWgNgnXU2oEHcr99mu3ciNcSAqsmNlCnB9CWnj3LvX1oZabrbNPBh8Hp56B8yghcTfRXJZvNPKgyq4+epZcErZmSOdHE9fmMO05Vnh31u0uin7lXqUpNR+P2j/qolauhd3CLTeg4bYL2X3hM69Zwe+mJGdRc4XgkoJAWWRmP8IGjQLG6P15AFGLmgVYiplorZVO3SIKxinDGzzJHTuHFGXs1nl+cACiMcAofEobR9zchorFu7PSDUqziAU=
secure: eAteyECZcUu3twjlO50Zvz2tU//9j3OOXYh6FQEAyF8R1BqtsyojoFm3hj6RqjaehNn/w4aA+icXn+vCp5fp4c3waodOqOgy5zUH+c/mca6XYOX1LOGKVfNvdn1500t33YVNL/df0VcpZRDDWggJEeoyF15EE4rx6tVQEsQ3ffeWO3gGgD28373JSxXuZf+cuYtrL3H2DYTWc2D58jI6W3PnrbHACcEd4ULvGxNc0TeciJiRTQADTYzxxmr4C2DlVbtQaUGgMImQ/S1woOGmePquwkH8MihnWeIA9+GlmZhrXi807x7SbaR2Hqkz7jWJhtdS0cicXotdRoVGNYsOgCuH4oJDedEVQK1CdmQgJWhxToWkBua6Jkvukx7HpVBp/4Ggv4eCskjF2A55tC1MBX3BglwZAPXdwtck2J5nb4BVXUrYEIk+KLBficm3FiCLiLnpqC4h4btlprK+4qfrS0/KSgcRefskBh4WPRe4Xw+8OaJILGPxw4WVbSMFOvSZqorxv89aek+QCukQZC6VIR9trrAKUa0smtKLsxq9tr+AgY5gSirum4fu/OcdvangF3JxO5E5d1eSBDg1W1/vXySkpmHQsr46/i49pHoKINOkhgxOtHIKJF7Zg5PQNkYKDqfr2Egmi1EWId5Nv3DVAp+igI8gXbrNy0G0a9+nLhQ=
file:
- install
- boilr-$VERSION-darwin_386.tgz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Boilr
<br>
<a href="https://travis-ci.com/Ilyes512/boilr"><img alt="Build Status" src="https://img.shields.io/travis/com/Ilyes512/boilr.svg?style=flat-square" /></a>
<a href="https://github.com/Ilyes512/boilr/blob/master/LICENSE" ><img alt="License" src="https://img.shields.io/badge/license-Apache%20License%202.0-E91E63.svg?style=flat-square"/></a>
<a href="https://github.com/Ilyes512/boilr/releases" ><img alt="Release Version" src="https://img.shields.io/badge/release-v0.4.1-blue.svg?style=flat-square"/></a>
<a href="https://github.com/Ilyes512/boilr/releases" ><img alt="Release Version" src="https://img.shields.io/badge/release-v0.4.2-blue.svg?style=flat-square"/></a>
<a href="http://goreportcard.com/report/Ilyes512/boilr" ><img alt="Code Quality" src="https://img.shields.io/badge/report%20card-A%2B-F44336.svg?style=flat-square"/></a>
<a href="https://godoc.org/github.com/Ilyes512/boilr" ><img alt="Documentation" src="https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square"/></a>
</h1>
Expand Down
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -u

[[ "$@" =~ --pre ]] && version=0.4.1 pre=1 ||
version=0.4.1 pre=0
[[ "$@" =~ --pre ]] && version=0.4.2 pre=1 ||
version=0.4.2 pre=0

# If stdin is a tty, we are "interactive".
interactive=
Expand Down
2 changes: 1 addition & 1 deletion pkg/boilr/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
AppName = "boilr"

// Version of the application
Version = "0.4.1"
Version = "0.4.2"

// ConfigDirPath is the configuration directory of the application
ConfigDirPath = ".config/boilr"
Expand Down

0 comments on commit 65f72da

Please sign in to comment.