language: node_js cache: yarn node_js: - 6 - 7 - 8 - 9 script: - yarn test || yarn test # for some reason, sometime node >= 8 fails on the first run after_success: - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls