Skip to content

Commit e61af85

Browse files
committed
Removed unnecessary config from travis.yml and embedded coverage badge in README.md
1 parent 2e45be5 commit e61af85

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ sudo: false
44
dist: trusty
55
node_js:
66
- "6.9.1"
7-
addons:
8-
apt:
9-
sources:
10-
- google-chrome
11-
packages:
12-
- google-chrome-stable
7+
# addons:
8+
# apt:
9+
# sources:
10+
# - google-chrome
11+
# packages:
12+
# - google-chrome-stable
1313
# firefox: "38.0"
1414
#apt:
1515
#sources:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Data Structures in Javascript
55
-----------------------------
66
![Build Status](https://travis-ci.org/linux-nerd/data-structures.js.svg?branch=master)
7+
[![Coverage Status](https://coveralls.io/repos/github/linux-nerd/data-structures.js/badge.svg)](https://coveralls.io/github/linux-nerd/data-structures.js)
78

89
# Background
910
There are neither a lot of resources on internet nor any book which guides and dictates best practices in the implementation of popular Data Structures using Javascript. The purpose of this library is to provide cooked implementation of populare data structures in javascript.

0 commit comments

Comments
 (0)