language: node_js node_js: - "6" - "8" before_script: - "pushd tests && npm install && popd" - "npm run-script test-phantomjs"