Skip to content

Commit fe4b293

Browse files
committed
feat(2023-02-14): Update SDK to use API generated on 2023-02-14 and semantic release fix
Signed-off-by: Deepak Selvakumar <[email protected]>
1 parent ea5dc20 commit fe4b293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22

3-
dist: xenial
3+
dist: focal
44

55
cache: pip
66

@@ -26,7 +26,7 @@ script: tox
2626

2727
before_deploy:
2828
- pip install bump2version
29-
- nvm install v14.17.0
29+
- nvm install --lts
3030
- npm install @semantic-release/changelog
3131
- npm install @semantic-release/exec
3232
- npm install @semantic-release/git

0 commit comments

Comments
 (0)