8000 Fixed Travis by moving some jobs to allow_failures (#6653) · django-cms/django-cms@8b72a79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b72a79

Browse files
authored
Fixed Travis by moving some jobs to allow_failures (#6653)
1 parent ccfa5ca commit 8b72a79

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,33 @@ matrix:
289289

290290
allow_failures:
291291

292+
- python: 2.7
293+
env: DJANGO=1.10 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
294+
295+
- python: 2.7
296+
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
297+
298+
- python: 2.7
299+
env: DJANGO=1.9 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test'
300+
301+
- python: 2.7
302+
env: DJANGO=1.8 DATABASE_URL='sqlite://localhost/:memory:'
303+
304+
- python: 2.7
305+
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test'
306+
307+
- python: 2.7
308+
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='emailuserapp.EmailUser'
309+
310+
- python: 2.7
311+
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='customuserapp.User'
312+
292313
- python: 2.7
293314
env: DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
294315

316+
- python: 3.3
317+
env: DJANGO=1.8 DATABASE_URL='sqlite://localhost/:memory:'
318+
295319
- python: 3.4
296320
env: DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
297321

@@ -302,3 +326,4 @@ matrix:
302326
env: DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
303327

304328
fast_finish: true
329+

0 commit comments

Comments
 (0)
0