Skip to content

Commit a25669e

Browse files
authored
Merge pull request #632 from watson-developer-cloud/disable-appscan
chore(appscan): Disable appscan and upddate version
2 parents 1db670d + 7ced7e8 commit a25669e

File tree

9 files changed

+3
-167
lines changed

9 files changed

+3
-167
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.3
2+
current_version = 2.6.0
33
commit = True
44

55
[bumpversion:file:watson_developer_cloud/version.py]

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ install:
1313
- pip install tox-travis
1414
- pip install bumpversion
1515
- npm install @semantic-release/exec
16-
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then cd appscan; make asoc-tool; cd
17-
../; fi
18-
before_script:
19-
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then chmod a+x ./appscan/ASOC.sh; fi
2016
script:
21-
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi
2217
- pip install -U python-dotenv
2318
- tox
2419
before_deploy:

appscan/ASOC.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

appscan/Configfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

appscan/Makefile

Lines changed: 0 additions & 69 deletions
This file was deleted.

appscan/app.json

Lines changed: 0 additions & 42 deletions
This file was deleted.

appscan/getJson.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import sys
2121

22-
__version__ = '2.5.3'
22+
__version__ = '2.6.0'
2323

2424
if sys.argv[-1] == 'publish':
2525
# test server

watson_developer_cloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.5.3'
1+
__version__ = '2.6.0'

0 commit comments

Comments
 (0)