Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
Upgrade selenium server and travis firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
yourcelf committed Mar 22, 2016
1 parent a43f3ea commit 6bc1b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- 0.10
addons:
firefox: "28.0"
firefox: "38.7.1esr"
env: DISPLAY=:99.0
services:
- redis-server
Expand All @@ -11,5 +11,5 @@ before_install:
- sh -e /etc/init.d/xvfb start
- cp conf.json.example conf.json
before_script:
- curl -L https://selenium-release.storage.googleapis.com/2.43/selenium-server-standalone-2.43.0.jar > bin/selenium-server-standalone.jar
- curl -L https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar > bin/selenium-server-standalone.jar
script: "npm test"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"libxmljs": "git://github.com/gwicke/libxmljs.git#7e1ceaf",
"mailparser": "~0",
"mocha": "1.18.2",
"selenium-webdriver": "2.44.0",
"selenium-webdriver": "2.47.0",
"should": "3.2.0-beta1",
"simplesmtp": "~0",
"sinon": "1.10.3",
Expand Down

0 comments on commit 6bc1b4c

Please sign in to comment.