crave
Version:
Structure a node project your way with the ability to require models, controllers, or any file dynamically.
15 lines • 326 B
YAML
sudo: false
language: node_js
node_js:
- v5
- v4
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
env: CXX="g++-4.8" CC="gcc-4.8"
script: npm run-script test-travis
after_success: cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js && rm -rf ./coverage