.travis.yml
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "1.0"
- "1.8"
- "2.0"
- "2.2"
- "2.3"
- "4.0"
before_install:
- npm install -g grunt-cli
- npm install coffee-script
before_script: grunt build
script: npm run-script test-cov
after_success:
- test -e ./coverage/lcov.info && npm install codeclimate-test-reporter && codeclimate-test-reporter
< ./coverage/lcov.info
notifications:
email:
- snowyu.lee@gmail.com
addons:
code_climate:
repo_token:
secure: "esl+6Ad5kA718H4BMBpTgTe8KM4eMxdvX5ghwMXkoKSiKZlNNf6elcey1ugWPb/e0BVMYBDL9b6cDYdYvXdRM0mNtSFcwdwRiduU4+UkU8U5TQ7wRCFqtgaQKvUmY2KNwcEpVTQsj1LE39BOL/tdIWu1rGAzRotL52XDQUgj5Z8="