File tree Expand file tree Collapse file tree 2 files changed +5
-61
lines changed Expand file tree Collapse file tree 2 files changed +5
-61
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,8 @@ before_script:
9
9
env :
10
10
matrix :
11
11
- PROFILE=ci
12
- - PROFILE=mongo3
13
- - PROFILE=mongo3-next
14
- - PROFILE=mongo31
15
- - PROFILE=mongo32
16
- - PROFILE=mongo33
17
- - PROFILE=mongo34
18
12
- PROFILE=mongo34-next
13
+ - PROFILE=mongo35-next
19
14
20
15
# Current MongoDB version is 2.4.2 as of 2016-04, see https://github.com/travis-ci/travis-ci/issues/3694
21
16
# apt-get starts a MongoDB instance so it's not started using before_script
Original file line number Diff line number Diff line change 114
114
</developers >
115
115
116
116
<profiles >
117
- <profile >
118
-
119
- <id >mongo3</id >
120
- <properties >
121
- <mongo >3.0.4</mongo >
122
- </properties >
123
-
124
- </profile >
125
117
126
118
<profile >
127
119
128
- <id >mongo3-next</id >
129
- <properties >
130
- <mongo >3.0.5-SNAPSHOT</mongo >
131
- </properties >
132
-
133
- <repositories >
134
- <repository >
135
- <id >mongo-snapshots</id >
136
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
137
- </repository >
138
- </repositories >
139
-
140
- </profile >
141
-
142
- <profile >
143
-
144
- <id >mongo31</id >
145
- <properties >
146
- <mongo >3.1.1</mongo >
147
- </properties >
148
-
149
- </profile >
150
-
151
- <profile >
152
-
153
- <id >mongo32</id >
154
- <properties >
155
- <mongo >3.2.2</mongo >
156
- </properties >
157
-
158
- </profile >
159
-
160
- <profile >
161
-
162
- <id >mongo33</id >
120
+ <id >mongo34-next</id >
163
121
<properties >
164
- <mongo >3.3.0 </mongo >
122
+ <mongo >3.4.3-SNAPSHOT </mongo >
165
123
</properties >
166
124
167
125
<repositories >
175
133
176
134
<profile >
177
135
178
- <id >mongo34 </id >
136
+ <id >mongo35-next </id >
179
137
<properties >
180
- <mongo >3.4.2</mongo >
181
- </properties >
182
-
183
- </profile >
184
-
185
- <profile >
186
-
187
- <id >mongo34-next</id >
188
- <properties >
189
- <mongo >3.4.3-SNAPSHOT</mongo >
138
+ <mongo >3.5.0-SNAPSHOT</mongo >
190
139
</properties >
191
140
192
141
<repositories >
You can’t perform that action at this time.
0 commit comments