Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7a4172c

Browse files
travis ci
1 parent 4685f4c commit 7a4172c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

‎.travis.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
- "lts/*"

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can check out the book that goes deeper into each topic and provide addtiona
1313
- Algorithm analysis fundamentals (Big O notation, Time/Space complexity) and examples.
1414
- Time/space complexity cheatsheet.
1515

16-
<a href="https://gum.co/dsajs"><img src="book/cover.png" height="400px" alt="dsajs algorithms javascript book"></a>
16+
<a href="https://gum.co/dsajs"><img src="https://user-images.githubusercontent.com/418605/55248546-60ebad80-5220-11e9-8cb5-85923f44e196.png" height="400px" alt="dsajs algorithms javascript book"></a>
1717

1818
## Data Structures
1919
We are covering the following data structures.

‎src/changelog.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Added
9-
-
108
### Changed
11-
-
9+
- Fix picture on https://www.npmjs.com/package/dsa.js
10+
### Added
11+
- CI: travis
1212
### Removed
1313
-
1414

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /