We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0349d01 commit 96b8d03Copy full SHA for 96b8d03
.travis.yml
@@ -51,14 +51,14 @@ matrix:
51
# In allow_failures
52
- dist: trusty
53
env:
54
- - JOB="3.6, doc" ENV_FILE="environment.yml" DOC=true
+ - JOB="3.6, doc" ENV_FILE="ci/deps/travis-36-doc.yaml" DOC=true
55
allow_failures:
56
57
58
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
59
60
61
62
63
before_install:
64
- echo "before_install"
0 commit comments