Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Try config from mediawiki-selenium-rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
gedex committed Mar 16, 2017
1 parent cf62ff9 commit 45d85b5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: node_js
node_js:
- "6"
before_install:
- sudo apt-get update
- sudo apt-get install chromium-chromedriver
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- "export PATH=$PATH:/usr/lib/chromium-browser/"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
script:
- npm run lint
Expand Down

0 comments on commit 45d85b5

Please sign in to comment.