30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-16 21:12:22 +00:00

Merge pull request #189 from pritalpatel/updateSelenium

Update selenium version to 2.52.0
This commit is contained in:
javier gomez 2016-02-17 11:34:54 +01:00
commit 82da7785a3
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ php:
- 5.5 - 5.5
- 5.6 - 5.6
addons: addons:
firefox: "44.0" firefox: "44.0.2"
matrix: matrix:
allow_failures: allow_failures:
- php: 5.6 - php: 5.6

View File

@ -10,7 +10,7 @@
"joomla-projects/joomla-browser": "v3.4.8.2", "joomla-projects/joomla-browser": "v3.4.8.2",
"codegyre/robo": "~0.5", "codegyre/robo": "~0.5",
"joomla-projects/robo": "dev-master", "joomla-projects/robo": "dev-master",
"joomla-projects/selenium-server-standalone": "v2.51.0", "joomla-projects/selenium-server-standalone": "v2.52.0",
"fzaninotto/faker": "^1.5", "fzaninotto/faker": "^1.5",
"joomla-projects/jorobo": "0.2" "joomla-projects/jorobo": "0.2"
} }