Files
Speedtest-Tracker/conf/site/node_modules/object-path/.travis.yml
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

9 lines
274 B
YAML
Executable File

sudo: false
language: node_js
node_js:
- "0.12"
- "0.10"
- "4"
- "6"
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage