env: global: - CC_TEST_REPORTER_ID=b19cceda1ac27ac58fa9d5b23f04198dd7e4176191f649ac2704d80e27b93753 language: node_js node_js: - stable sudo: required cache: directories: - node_modules before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: make lint test coverage after_script: - ./cc-test-reporter after-build --debug --exit-code $TRAVIS_TEST_RESULT deploy: provider: npm skip_cleanup: true email: ildarrazin@gmail.com api_key: $NPM_TOKEN on: branch: master tags: true