Skip to content

Commit 7223818

Browse files
committed
CI: Check if deployment was successful
1 parent 056f216 commit 7223818

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ matrix:
1818
- provider: heroku
1919
api_key: $HEROKU_PRODUCTION_API_KEY
2020
app: $HEROKU_APP_NAME
21-
21+
22+
after_deploy:
23+
- go get -u github.com/go-phie/gophie
24+
- gophie version
25+
2226
- language: node_js
2327
node_js: 10
2428
env:
@@ -31,7 +35,7 @@ matrix:
3135
- provider: script
3236
skip_cleanup: true
3337
script: $(npm config get prefix)/bin/stoplight publish --token $STOPLIGHT_TOKEN --url https://stoplight.io/api
34-
38+
3539

3640
notifications:
3741
email: false

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
// Version : Version of Gophie
25-
const Version = "0.0.1"
25+
const Version = "0.3.6"
2626

2727
// versionCmd represents the version command
2828
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)