Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ matrix:
# also export for safety
- export CIS_SERVICES_AUTH_URL="https://iam.cloud.ibm.com/identity/token"
- python - <<'PY'
import os
print("PYDEBUG before tox: CIS_SERVICES_AUTH_URL =", os.getenv("CIS_SERVICES_AUTH_URL"))
PY
import os
print("PYDEBUG before tox: CIS_SERVICES_AUTH_URL =", os.getenv("CIS_SERVICES_AUTH_URL"))
PY
- python: 3.11
- python: 3.12

Expand All @@ -45,7 +45,7 @@ install:
script: tox

before_deploy:
- nvm install 20
- nvm install 22
- npm install npm@latest -g
- npm install @semantic-release/changelog
- npm install @semantic-release/exec
Expand Down