Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 2fcdfb3

Browse files
committed
ci: Fix up Travis CI config
1 parent 67b2dfb commit 2fcdfb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ env:
2020
global:
2121
- BACKEND_CLIENT_CLOUD_TEST=1 # use beta server for integration tests
2222

23-
matrix:
24-
allow_failures:
25-
- python: "3.8-dev"
26-
os: linux
27-
fast_finish: true
28-
2923
# test stage
3024
install:
3125
- pip install -U --upgrade-strategy=eager pip setuptools
@@ -39,10 +33,12 @@ after_success:
3933
# other stages
4034
jobs:
4135
include:
36+
- stage: test
4237
- stage: deploy
4338
python: "3.7"
4439
install: skip
4540
script: skip
41+
after_success: skip
4642
deploy:
4743
on:
4844
tags: true
@@ -52,6 +48,10 @@ jobs:
5248
user: "__token__"
5349
password:
5450
secure: "pypi-AgEIcHlwaS5vcmcCJDkyM2QzNjkxLTU5MWUtNDc4YS05YWU3LTg0MTUwZjlhZDRjNwACQnsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJiYWNrZW5kLWFpLWNsaWVudCJdfSwgInZlcnNpb24iOiAxfQAABiDYwYfQxE_mRlq1N1eBd6qYKViBiAqtlV0p5QVx4_h8iw"
51+
allow_failures:
52+
- python: "3.8-dev"
53+
os: linux
54+
fast_finish: true
5555

5656
notifications:
5757
webhooks:

0 commit comments

Comments
 (0)