Skip to content

Commit

Permalink
fixed repo name in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcstewart committed May 1, 2019
1 parent b649af5 commit a269cba
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# http://editorconfig.org

root = true

[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf

[*.bat]
indent_style = tab
end_of_line = crlf

[LICENSE]
insert_final_newline = false

[Makefile]
indent_style = tab
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ deploy:
secure: PLEASE_REPLACE_ME
on:
tags: true
repo: fundamentals-of-data-science/fundamentals_of_data_science
repo: fundamentals-of-data-science/ds-fundamentals-python
python: 3.6

0 comments on commit a269cba

Please sign in to comment.