Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
deploy to PyPI only in one job
Browse files Browse the repository at this point in the history
deploy to PyPI only in one job (testsuite with Debian stable image)
  • Loading branch information
reszelaz authored Jul 2, 2019
1 parent 458988c commit 5de51f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ deploy:
on:
repo: sardana-org/sardana
tags: true
condition: "$TRAVIS_TAG =~ ^[0-9]+.[0-9]+.[0-9]+$"
condition: "$TEST == testsuite && $DOCKER_IMG == reszelaz/sardana-test && $TRAVIS_TAG =~ ^[0-9]+.[0-9]+.[0-9]+$"

0 comments on commit 5de51f7

Please sign in to comment.