Skip to content

Commit

Permalink
update tags remove build condition
Browse files Browse the repository at this point in the history
  • Loading branch information
wroscoe committed Nov 5, 2018
1 parent 37f73cd commit f0a228f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ install:
script:
- pytest -v --cov=donkeycar donkeycar/tests

stages:
- name: deploy
if: branch = master

jobs:
include:
- stage: deploy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


setup(name='donkeycar',
version='2.5.7',
version='2.5.8',
description='Self driving library for python.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f0a228f

Please sign in to comment.