Skip to content

Commit

Permalink
fix(travis): locks chrome driver to 2.33 - compatible with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Dec 12, 2017
1 parent 993bd84 commit 975e710
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 @@ -4,4 +4,4 @@ jdk:
- oraclejdk8

script:
- mvn clean install -Darquillian.blog.url=http://arquillian.org/ -Dbrowser=chromeHeadless
- mvn clean install -Darquillian.blog.url=http://arquillian.org/ -Dbrowser=chromeHeadless -Darq.extension.webdriver.chromeDriverVersion=2.33

0 comments on commit 975e710

Please sign in to comment.