Skip to content

Commit

Permalink
Resolve warning in .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jun 27, 2020
1 parent 29787cf commit f82253f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,5 +26,5 @@ deploy:
script: poetry publish
on:
tags: true
all_branches: true
all_branches: true
skip_cleanup: true
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -5,7 +5,7 @@ target-version = ["py36", "py37", "py38"]
[tool.poetry]
name = "monitorcontrol"
description = "Monitor controls using MCSS over DDC-CI."
version = "2.0.0a2"
version = "2.0.0a3"
authors = ["Alex M."]
license = "MIT"
readme = "README.rst"
Expand Down

0 comments on commit f82253f

Please sign in to comment.