Skip to content

Commit

Permalink
screw it, this is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-schoeller committed May 15, 2017
1 parent 74131f8 commit 4d73c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
# Tried firefox 33.0 and tests still go south
# - 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'

0 comments on commit 4d73c0f

Please sign in to comment.