8000 remove extra newlines and add some spaces · lineCode/opencv-python@942270b · GitHub
[go: up one dir, main page]

Skip to content

Commit 942270b

Browse files
committed
remove extra newlines and add some spaces
1 parent 2329983 commit 942270b

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.travis.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dist: trusty
2323
git:
2424
submodules: false
2525

26-
2726
matrix:
2827
fast_finish: true
2928
include:
@@ -115,86 +114,71 @@ matrix:
115114
env:
116115
- MB_PYTHON_VERSION=3.6
117116
- ENABLE_CONTRIB=0
118-
119117
- TEST_DEPENDS=numpy==1.11.3
120118
- os: linux
121119
env:
122120
- MB_PYTHON_VERSION=3.6
123121
- PLAT=i686
124122
- ENABLE_CONTRIB=0
125-
126123
- TEST_DEPENDS=numpy==1.11.3
127124

128125
# contrib builds for Linux
129126
- os: linux
130127
env:
131128
- MB_PYTHON_VERSION=2.7
132-
133129
- ENABLE_CONTRIB=1
134130
- os: linux
135131
env:
136132
- MB_PYTHON_VERSION=2.7
137-
138133
- UNICODE_WIDTH=16
139134
- ENABLE_CONTRIB=1
140135
- os: linux
141136
env:
142137
- MB_PYTHON_VERSION=2.7
143-
144138
- PLAT=i686
145139
- ENABLE_CONTRIB=1
146140
- os: linux
147141
env:
148142
- MB_PYTHON_VERSION=2.7
149-
150143
- PLAT=i686
151144
- UNICODE_WIDTH=16
152145
- ENABLE_CONTRIB=1
153146
- os: linux
154147
env:
155148
- MB_PYTHON_VERSION=3.4
156-
157149
- ENABLE_CONTRIB=1
158150
- os: linux
159151
env:
160152
- MB_PYTHON_VERSION=3.4
161-
162153
- PLAT=i686
163154
- ENABLE_CONTRIB=1
164155
- os: linux
165156
env:
166157
- MB_PYTHON_VERSION=3.5
167-
168158
- ENABLE_CONTRIB=1
169159
- os: linux
170160
env:
171161
- MB_PYTHON_VERSION=3.5
172-
173162
- PLAT=i686
174163
- ENABLE_CONTRIB=1
175164
- os: linux
176165
env:
177166
- MB_PYTHON_VERSION=3.6
178-
179-
180167
- TEST_DEPENDS=numpy==1.11.3
181168
- ENABLE_CONTRIB=1
182-
183169
- os: linux
184170
env:
185171
- MB_PYTHON_VERSION=3.6
186-
187172
- PLAT=i686
188-
189173
- TEST_DEPENDS=numpy==1.11.3
190174
- ENABLE_CONTRIB=1
191175

192176
# The first line is printed in the folding header in Travis output
193177
before_install: |
194178
# Check out and prepare the source
195179
set -e
196-
#Multibuild doesn't have releases, so --depth would break eventually (see
197-
#https://superuser.com/questions/1240216/server-does-not-allow-request-for-unadvertised)
180+
# Multibuild doesn't have releases, so --depth would break eventually (see
181+
# https://superuser.com/questions/1240216/server-does-not-allow-request-for-unadvertised)
198182
git submodule update --init multibuild
199183
source multibuild/common_utils.sh
200184
# https://github.com/matthew-brett/multibuild/issues/116

0 commit comments

Comments
 (0)
0