UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

33 lines (24 loc) 425 B
sudo: false language: node_js node_js: - "4" - "6" cache: directories: - node_modules install: - npm install script: - npm run test # Necessary to compile native modules for io.js v3 or Node.js v4 env: - CXX=g++-4.8 # Necessary to compile native modules for io.js v3 or Node.js v4 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 notifications: email: false