File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
matrix :
20
20
fast_finish : true
21
+ fail_fast : true
21
22
include :
22
23
- python : 2.6
23
24
env :
@@ -105,10 +106,9 @@ matrix:
105
106
- python : 2.7
106
107
env :
107
108
- JOB_NAME : " doc_build"
108
- - FULL_DEPS=true
109
+ - JOB_TAG=_DOC_BUILD
109
110
- BUILD_TYPE=conda
110
111
- DOC_BUILD=true # if rst files were changed, build docs in parallel with tests
111
- - JOB_TAG=_DOC_BUILD
112
112
allow_failures :
113
113
- python : 3.3
114
114
env :
@@ -159,10 +159,9 @@ matrix:
159
159
- python : 2.7
160
160
env :
161
161
- JOB_NAME : " doc_build"
162
- - FULL_DEPS=true
162
+ - JOB_TAG=_DOC_BUILD
163
163
- BUILD_TYPE=conda
164
164
- DOC_BUILD=true
165
- - JOB_TAG=_DOC_BUILD
166
165
167
166
before_install :
168
167
- echo "before_install"
Original file line number Diff line number Diff line change @@ -11,3 +11,7 @@ echo "inside $0"
11
11
sudo apt-get update $APT_ARGS # run apt-get update for all versions
12
12
13
13
true # never fail because bad things happened here
14
+
15
+ if [ x" $DOC_BUILD " == x" " ]; then
16
+ exit 1
17
+ fi
You can’t perform that action at this time.
0 commit comments