mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
19 lines
548 B
YAML
19 lines
548 B
YAML
sudo: false
|
|
language: node_js
|
|
install: npm install
|
|
node_js:
|
|
- node
|
|
- '6'
|
|
addons:
|
|
code_climate:
|
|
repo_token: 9840b8b56f6d10209b3478d41f7ba5102d02981435df129bb18554a529359c62
|
|
before_script:
|
|
- 'npm install -g codeclimate-test-reporter'
|
|
after_script:
|
|
- 'codeclimate-test-reporter < coverage/lcov.info'
|
|
notifications:
|
|
email: false
|
|
slack:
|
|
rooms:
|
|
secure: Y7GyAUEjnjzyazj3zo3PXcl9Z1TN7SGjfUGQacJ+U/pCKfZKzgUhezZ5hTMz71bxL6/+2TuvKHQM3NQgrgR5JhdsPlrJfIW9FK2rNNPBN9p/DWZGv2bjEKPCcstdkuF/1NCru8up9092pZ3Fa8n6bjXicswCMVKjAmYrXqsWEMU=
|