Skip to content

Commit a269cba

Browse files
fixed repo name in travis file
1 parent b649af5 commit a269cba

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
indent_style = space
7+
indent_size = 4
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
charset = utf-8
11+
end_of_line = lf
12+
13+
[*.bat]
14+
indent_style = tab
15+
end_of_line = crlf
16+
17+
[LICENSE]
18+
insert_final_newline = false
19+
20+
[Makefile]
21+
indent_style = tab

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ deploy:
2525
secure: PLEASE_REPLACE_ME
2626
on:
2727
tags: true
28-
repo: fundamentals-of-data-science/fundamentals_of_data_science
28+
repo: fundamentals-of-data-science/ds-fundamentals-python
2929
python: 3.6

0 commit comments

Comments
 (0)