Skip to content

Commit

Permalink
try an earlier version
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-schoeller committed May 15, 2017
1 parent 991dfba commit 74131f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ after_success:
- mvn integration-test verify --settings=../config/settings.xml -B ${INTEGRATION_TEST_ARGS} -Dselenium.browser.name=iexplore -Dselenium.platform=win8 -Dselenium.timeout=45 -Dselenium.version=3.3.1 2>&1 | grep 'Tests run'
- mvn integration-test verify --settings=../config/settings.xml -B ${INTEGRATION_TEST_ARGS} -Dselenium.browser.name=MicrosoftEdge -Dselenium.platform=win10 -Dselenium.timeout=45 -Dselenium.version=3.3.1 2>&1 | grep 'Tests run'
- mvn integration-test verify --settings=../config/settings.xml -B ${INTEGRATION_TEST_ARGS} -Dselenium.browser.name=chrome -Dselenium.platform=win10 -Dselenium.timeout=45 -Dselenium.version=3.3.1 2>&1 | grep 'Tests run'
- mvn integration-test verify --settings=../config/settings.xml -B ${INTEGRATION_TEST_ARGS} -Dselenium.browser.name=firefox -Dselenium.platform=win8 -Dselenium.timeout=45 -Dselenium.version=3.3.1 -Dselenium.browser.version=33.0 2>&1 | grep 'Tests run'
- cd ..
- ./config/before-deploy.sh
- ./config/deploy.sh
# Tried firefox 36 and click still doesn't work
# - mvn integration-test verify --settings=../config/settings.xml -B ${INTEGRATION_TEST_ARGS} -Dselenium.browser.name=firefox -Dselenium.platform=linux -Dselenium.timeout=45 -Dselenium.version=3.3.1 2>&1 | grep 'Tests run'

0 comments on commit 74131f8

Please sign in to comment.