Skip to content

Commit

Permalink
adapt travis once more
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Mar 30, 2020
1 parent 9a3502d commit 731b079
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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 @@ -126,9 +127,18 @@ matrix:
- python: 3.8
env: DJANGO=3.0 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='customuserapp.User'

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:'
- python: 2.7
fast_finish: true

before_script:
Expand Down

0 comments on commit 731b079

Please sign in to comment.