diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7f8e41a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -sudo: false -language: node_js -node_js: - - '10' - - '8' - - '6' - - '4' - - '0.12' - - '0.10' -os: - - linux - - osx -cache: - directories: - - node_modules -install: - - npm install -script: - - node --version - - npm --version - - npm test -after_success: - - npm run coverage diff --git a/README.md b/README.md index 177bcfa..e8c8270 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ps-tree -[![Build Status](https://travis-ci.org/indexzero/ps-tree.svg)](https://travis-ci.org/indexzero/ps-tree) +[![Build Status](https://github.com/indexzero/ps-tree/actions/workflows/ci-test.yml/badge.svg)](https://github.com/indexzero/ps-tree/actions/workflows/ci-test.yml) [![Code Climate](https://codeclimate.com/github/indexzero/ps-tree/badges/gpa.svg)](https://codeclimate.com/github/indexzero/ps-tree) [![Test Coverage](https://codeclimate.com/github/indexzero/ps-tree/badges/coverage.svg)](https://codeclimate.com/github/indexzero/ps-tree) [![npm Version](https://img.shields.io/npm/v/ps-tree.svg)](https://www.npmjs.com/package/ps-tree)