File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments