Commit f2068ea2 authored by Michael Fröwis's avatar Michael Fröwis Committed by chriseth

General: node 7 for testing

parent 0ef31dfb
language: node_js
node_js:
- stable
- "7"
script:
- npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
- ./ci/browser_tests.sh
......
......@@ -53,6 +53,8 @@ Run the unit tests via: `npm test`
For local headless browser tests run `npm run test-browser`
(Requires selenium to be installed - can be done with `npm run selenium-install`)
Running unit tests via `npm test` requires at least node v7.0.0
## Browser Testing
To run the Selenium tests via Nightwatch serve the app through a local web server:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment