babel/.travis.yml
2015-04-13 17:54:50 +07:00

20 lines
350 B
YAML

sudo: false
language: node_js
cache:
directories:
- node_modules
node_js:
- "0.12"
- "iojs"
before_script: "npm install -g codeclimate-test-reporter"
script: "make test-travis"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/acf1870e9d223c65e8d5
on_success: always
on_failure: always
on_start: false