diff --git a/.travis.yml b/.travis.yml index 711bd9168..3eb8068c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: matrix: - PLONE_VERSION=4.3 - PLONE_VERSION=4.3 DEXTERITY_ONLY=true - - PLONE_VERSION=4.3 JQUERY=1.9.1.3 + - PLONE_VERSION=4.3 VERSIONS=versions:plone.app.jquery=1.9.2 - PLONE_VERSION=5.0 - PLONE_VERSION=5.1 matrix: @@ -25,10 +25,9 @@ matrix: install: - sed -ie "s#test-4.3#test-$PLONE_VERSION#" buildout.cfg - sed -ie "s#versions-4.3#versions-$PLONE_VERSION#" buildout.cfg -- test $JQUERY && sed -ie "s#plone.app.jquery = 1.7.2#plone.app.jquery = $JQUERY#" versions-4.3.x.cfg || true - python bootstrap.py -- bin/buildout annotate -- bin/buildout +- bin/buildout $VERSIONS annotate +- bin/buildout $VERSIONS before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start diff --git a/versions-4.3.x.cfg b/versions-4.3.x.cfg index a9e98c38e..6a2c37a68 100644 --- a/versions-4.3.x.cfg +++ b/versions-4.3.x.cfg @@ -23,8 +23,5 @@ plone.tiles = 2.0.0b2 # XXX: remove this after fixing https://github.com/collective/collective.cover/pull/700 plone.namedfile = 3.0.11 -# for testing compatibility with newer versions of jQuery -plone.app.jquery = 1.7.2 - # XXX: https://github.com/plone/plone.api/issues/364 plone.api = 1.6