Skip to content

Commit 338953a

Browse files
authored
Merge pull request #3908 from nicoddemus/optimize-release
Skip the "test" stage when making a release
2 parents f1bd462 + 3ca7069 commit 338953a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ sudo: false
22
language: python
33
stages:
44
- baseline
5-
- test
5+
- name: test
6+
if: repo = pytest-dev/pytest AND tag IS NOT present
67
- name: deploy
78
if: repo = pytest-dev/pytest AND tag IS present
89
python:

0 commit comments

Comments
 (0)