UNPKG

geckodriver

Version:

Downloader for https://github.com/mozilla/geckodriver/releases

18 lines (14 loc) 286 B
environment: nodejs_version: "8" install: # update to latest version of npm for Windows fixes. - npm install --global npm@latest # install modules - npm install test_script: - node --version - npm --version # run tests - npm test # Don't actually build. build: off