Skip to content

Commit

Permalink
Merge 7d1df3c into ed696b3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-s committed Mar 30, 2020
2 parents ed696b3 + 7d1df3c commit 5fc978a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Expand Up @@ -31,6 +31,7 @@ env:
- secure: CbPfysSncBB2Ue+VOtLDa8xJvwKl73nJO647zt/9UvZ/3PilnZN9aZv2jHxGvCiFXcez+2AddKptMCcx/5EW5UfRkrWUDHrfLCULU2TfOjmufEGM1eOIXhiAun8WQ85LBzTAYy1r9D514cbU3Yzn3xGZwJljPE8JE4cx3MNN/qQ=
# temporary solution until https://github.com/ariya/phantomjs/issues/13953 is resolved
- PHANTOMJS_CDNURL=https://s3.amazonaws.com/aldryn-local-assets
- DJANGO=1.11

matrix:
include:
Expand Down Expand Up @@ -99,14 +100,17 @@ matrix:
env: TEST_DOCS=1 DJANGO=2.2 DATABASE_URL='sqlite://localhost/:memory:'
dist: xenial
sudo: true

allow_failures:
- python: 2.7
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
exclude:
- python: 2.7
env: PHANTOMJS_CDNURL=https://s3.amazonaws.com/aldryn-local-assets
- python: 3.5
env: PHANTOMJS_CDNURL=https://s3.amazonaws.com/aldryn-local-assets
- python: 3.6
env: PHANTOMJS_CDNURL=https://s3.amazonaws.com/aldryn-local-assets

allow_failures:
- python: 2.7
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
fast_finish: true

before_script:
Expand Down

0 comments on commit 5fc978a

Please sign in to comment.