diff --git a/.npmignore b/.npmignore index 4b65055..fe09217 100644 --- a/.npmignore +++ b/.npmignore @@ -4,7 +4,6 @@ examples/ Cakefile .gitignore .npmignore -.travis.yml *.swp buster.js node_modules diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f4ae934..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: node_js -node_js: - - "12" - - "14" - - "16" - - node diff --git a/README.md b/README.md index 0d0f928..dd419ef 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Create stats of your source code: - empty lines - lines with TODO's -[![Build Status](https://secure.travis-ci.org/flosse/sloc.svg?branch=master)](http://travis-ci.org/flosse/sloc) [![Dependency Status](https://gemnasium.com/flosse/sloc.svg)](https://gemnasium.com/flosse/sloc) [![NPM version](https://badge.fury.io/js/sloc.svg)](http://badge.fury.io/js/sloc) [![Bower version](https://img.shields.io/bower/v/sloc.svg)](https://github.com/flosse/sloc)