Skip to content

Commit 60f50bd

Browse files
authored
Merge pull request #217 from nicoddemus/fix-travis-stages
Fix Travis stages
2 parents 946c01e + d6cad46 commit 60f50bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ env:
1919
#- DEPS="pytest~=3.1.0"
2020

2121
stages:
22+
- name: test
23+
if: tag IS NOT present
2224
- name: deploy
23-
if: tag IS present
25+
if: repo = pytest-dev/py AND tag IS present
2426

2527
matrix:
2628
include:

0 commit comments

Comments
 (0)