UNPKG

fpscanner

Version:
17 lines 391 B
language: node_js node_js: - "node" dist: trusty # needs Ubuntu Trusty # Note: if you switch to sudo: false, you'll need to launch chrome with --no-sandbox. # See https://github.com/travis-ci/travis-ci/issues/8836 sudo: required addons: chrome: stable # have Travis install chrome stable. cache: npm: true directories: - node_modules install: - npm install script: - npm test