Skip to content

Commit d72586c

Browse files
qckzrcclauss
authored andcommitted
Updated ~script.py per #978 (#1013)
* Added print function into matrix_multiplication_addition.py and removed blank space in data_structures/binary tree directory * Removed .vs/ folder per #893 * Rename matrix_multiplication_addition.py to matrix_operation.py * Moved and renamed ~script.py to scripts/build_directory_md.py Updated DIRECTORY.MD file * Modified .travis.yml per suggestion in #1013 * Fixed typo per suggestions in #1013
1 parent 7271c0d commit d72586c

File tree

3 files changed

+73
-56
lines changed

3 files changed

+73
-56
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ script:
3232
traversals
3333

3434
after_success:
35-
- python ./~script.py
35+
- python scripts/build_directory_md.py
3636
- cat DIRECTORY.md

0 commit comments

Comments
 (0)