Skip to content

Commit 083a9d4

Browse files
authored
CI: move conda build tests back to allowed failures (#19196)
1 parent 8acdf80 commit 083a9d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ matrix:
4949
apt:
5050
packages:
5151
- python-gtk2
52+
# In allow_failures
5253
- dist: trusty
5354
env:
5455
- JOB="3.5_CONDA_BUILD_TEST" TEST_ARGS="--skip-slow --skip-network" CONDA_BUILD_TEST=true
@@ -76,6 +77,9 @@ matrix:
7677
env:
7778
- JOB="3.6_DOC" DOC=true
7879
allow_failures:
80+
- dist: trusty
81+
env:
82+
- JOB="3.5_CONDA_BUILD_TEST" TEST_ARGS="--skip-slow --skip-network" CONDA_BUILD_TEST=true
7983
- dist: trusty
8084
env:
8185
- JOB="2.7_SLOW" SLOW=true

0 commit comments

Comments
 (0)