image: node:4.2.2 cache: paths: - node_modules/ all_tests: script: - nvm install - npm install > /dev/null - npm test