We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acdf80 commit 083a9d4Copy full SHA for 083a9d4
.travis.yml
@@ -49,6 +49,7 @@ matrix:
49
apt:
50
packages:
51
- python-gtk2
52
+ # In allow_failures
53
- dist: trusty
54
env:
55
- JOB="3.5_CONDA_BUILD_TEST" TEST_ARGS="--skip-slow --skip-network" CONDA_BUILD_TEST=true
@@ -76,6 +77,9 @@ matrix:
76
77
78
- JOB="3.6_DOC" DOC=true
79
allow_failures:
80
+ - dist: trusty
81
+ env:
82
+ - JOB="3.5_CONDA_BUILD_TEST" TEST_ARGS="--skip-slow --skip-network" CONDA_BUILD_TEST=true
83
84
85
- JOB="2.7_SLOW" SLOW=true
0 commit comments