Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a95e1d

Browse files
committed
Removing comments from release steps.
1 parent 9818895 commit 0a95e1d

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ script:
5555
- bash .travis/run_examples_as_owner.sh
5656
- bash .travis/run_test_as_owner.sh
5757
- bash .travis/run_examples_as_user.sh
58-
# - bash .travis/create_release.sh
58+
- bash .travis/create_release.sh
5959
# - bash .travis/run_test_as_user.sh
6060
# - bash .travis/build_docs.sh
6161
# - bash .travis/push_docs_to_gh_pages.sh
6262

63-
# deploy:
64-
# provider: releases
65-
# api_key: $github_api_token
66-
# file:
67-
# - utPLSQL$TRAVIS_TAG.zip
68-
# - utPLSQL$TRAVIS_TAG.tar.gz
69-
# skip_cleanup: true
70-
# on:
71-
# repo: utPLSQL/utPLSQL
72-
# tags: true
63+
deploy:
64+
provider: releases
65+
api_key: $github_api_token
66+
file:
67+
- utPLSQL$TRAVIS_TAG.zip
68+
- utPLSQL$TRAVIS_TAG.tar.gz
69+
skip_cleanup: true
70+
on:
71+
repo: utPLSQL/utPLSQL
72+
tags: true
7373

74-
# notifications:
75-
# slack: utplsql:oiMuXO95TvKeAUENuDt4cPrB
74+
notifications:
75+
slack: utplsql:oiMuXO95TvKeAUENuDt4cPrB

0 commit comments

Comments
 (0)