Skip to content

Commit

Permalink
Add Project.toml and codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Kornblith committed Feb 16, 2020
1 parent 265ed27 commit 3a42269
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ julia:
- nightly
notifications:
email: false
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())';

11 changes: 11 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name = "NaturalSort"
uuid = "c020b1a1-e9b0-503a-9c33-f039bfc54a85"

[compat]
julia = "1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit 3a42269

Please sign in to comment.