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

Commit

Permalink
Remove selenium parts from travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yourcelf committed Mar 22, 2016
1 parent df67371 commit 75a892e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: node_js
node_js:
- 0.10
addons:
firefox: "38.7.1esr"
env: DISPLAY=:99.0
#addons:
# firefox: "38.7.1esr"
#env: DISPLAY=:99.0
services:
- redis-server
before_install:
- sudo apt-get update && sudo apt-get install -qq build-essential libssl-dev curl
- sh -e /etc/init.d/xvfb start
- cp conf.json.example conf.json
before_script:
- 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"
# - sh -e /etc/init.d/xvfb start
#before_script:
# - curl -L https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar > bin/selenium-server-standalone.jar
script: "npm run noseleniumtest"

0 comments on commit 75a892e

Please sign in to comment.