diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7804e6c2c..000000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: node_js - -node_js: - - 12 - -addons: - code_climate: - repo_token: b04bcf6ebc70567672c834d14acc6eab1ddb5b2fe1cfa62d9d1d421010a0ce31 - apt: - packages: - - libgconf-2-4 - -services: - - xvfb - -before_install: - - export NG_CLI_ANALYTICS=ci - -install: - - npm ci - - npm install codeclimate-test-reporter - - npm run build - - npm run build:lib:prod - -script: - - npm run ci - -after_script: - - codeclimate-test-reporter < coverage/lcov.info diff --git a/README.md b/README.md index 9a54b5cba..ea31d51d0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Join the chat at https://gitter.im/swimlane/ngx-datatable](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/swimlane/ngx-datatable?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Code Climate](https://codeclimate.com/github/swimlane/ngx-datatable/badges/gpa.svg)](https://codeclimate.com/github/swimlane/ngx-datatable) -[![Build Status](https://travis-ci.org/swimlane/ngx-datatable.svg?branch=master)](https://travis-ci.org/swimlane/ngx-datatable) [![Test Coverage](https://codeclimate.com/github/swimlane/ngx-datatable/badges/coverage.svg)](https://codeclimate.com/github/swimlane/ngx-datatable/coverage) [![npm version](https://badge.fury.io/js/%40swimlane%2Fngx-datatable.svg)](https://badge.fury.io/js/%40swimlane%2Fngx-datatable) [![npm downloads](https://img.shields.io/npm/dm/@swimlane/ngx-datatable.svg)](https://npmjs.org/@swimlane/ngx-datatable)