Skip to content

Commit

Permalink
Remove JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
pvorb committed Jun 10, 2018
1 parent f51da2d commit a081f70
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 3,337 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ addons:
cache:
directories:
- $HOME/.m2
- node
- node_modules

before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24 +extension RANDR"
- export DISPLAY=:99
- "wget https://github.com/mozilla/geckodriver/releases/download/v0.19.0/geckodriver-v0.19.0-linux64.tar.gz"
- mkdir geckodriver
- tar -xzf geckodriver-v0.19.0-linux64.tar.gz -C geckodriver
- "wget -q https://selenium-release.storage.googleapis.com/3.6/selenium-server-standalone-3.6.0.jar"
- "java -Dwebdriver.gecko.driver=$PWD/geckodriver/geckodriver -jar selenium-server-standalone-3.6.0.jar &"
- sleep 5

install: /bin/true

Expand Down
Loading

0 comments on commit a081f70

Please sign in to comment.