Skip to content

Commit 57e1aa2

Browse files
committed
feat(BaseService): define new BaseService.configure_service function
This commit minimally modifies the .travis.yml file, but the main purpose of the commit is to provide a commit that is friendly to semantic-release that will describe the latest set of commits that were inadvertently merged into master without squashing and whose commit messages do not follow the semantic-release conventions.
1 parent 3009d58 commit 57e1aa2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
11
language: python
2+
23
matrix:
34
include:
45
- python: 3.5
56
- python: 3.6
67
- python: 3.7
78
dist: xenial
9+
810
cache: pip
11+
912
before_install:
1013
- npm install npm@latest -g
14+
1115
install:
1216
- pip install tox-travis
1317
- pip install bumpversion
1418
- npm install @semantic-release/exec
1519
- npm install @semantic-release/git
20+
1621
script:
1722
- tox
23+
1824
before_deploy:
1925
- sudo apt-get update
2026
- pip install -r requirements.txt
2127
- pip install -r requirements-dev.txt
2228
- pip install pypandoc
2329
- sudo apt-get install pandoc
2430
- pip install --editable .
31+
2532
deploy:
2633
- provider: script
2734
script: npx semantic-release

0 commit comments

Comments
 (0)