Skip to content

Commit e58c856

Browse files
authored
travis: allow test failures
1 parent 6c7ab1b commit e58c856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ stages:
2424
#
2525
# Each job will use the previous job's `stage` tag if not specified.
2626
jobs:
27-
include:
27+
allow_failures:
2828
# patch formatting checks
2929
# - name: "Check patch formatting"
3030
# stage: check
@@ -51,6 +51,7 @@ jobs:
5151
- name: "3.7 on Mac"
5252
os: osx
5353
osx_image: xcode11.3
54+
include:
5455
# build jobs
5556
- name: "Pypi pkgs"
5657
language: python

0 commit comments

Comments
 (0)