Skip to content

Commit bc68c26

Browse files
authored
Update build status image link (#8)
1 parent 0c18582 commit bc68c26

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ language: node_js
55
node_js:
66
- node
77

8-
# command to run tests
98
script:
109
- yarn pretty-quick
1110
- yarn eslint

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Javascript Algorithms and Data Structures
22

3-
[![Build Status](https://travis-ci.org/ahcode0919/javascript-algorithm-ds.svg?branch=master)](https://travis-ci.org/ahcode0919/javascript-algorithm-ds)
3+
[![Build Status](https://travis-ci.com/ahcode0919/javascript-ds-algorithms.svg?branch=master)](https://travis-ci.com/ahcode0919/javascript-ds-algorithms)
44

55
Repository for examples of typical algorithm solutions and data structures in Javascript
66

0 commit comments

Comments
 (0)