Skip to content

Commit

Permalink
Merge pull request pytest-dev#217 from nicoddemus/fix-travis-stages
Browse files Browse the repository at this point in the history
Fix Travis stages
  • Loading branch information
blueyed committed Feb 22, 2019
2 parents 946c01e + d6cad46 commit 60f50bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ env:
#- DEPS="pytest~=3.1.0"

stages:
- name: test
if: tag IS NOT present
- name: deploy
if: tag IS present
if: repo = pytest-dev/py AND tag IS present

matrix:
include:
Expand Down

0 comments on commit 60f50bd

Please sign in to comment.