update project

pull/17/head
matthieugomez 2019-10-27 10:37:12 -04:00
parent 4dc3b11a1f
commit eb7933aa05
2 changed files with 8 additions and 6 deletions

View File

@ -6,8 +6,8 @@ matrix:
allow_failures: allow_failures:
- julia: nightly - julia: nightly
after_success: after_success:
- julia -e 'using Pkg; cd(Pkg.dir("StringDistances")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())' - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
notifications: notifications:
email: false email: false
on_success: never on_success: never
on_failure: change on_failure: change

View File

@ -1,12 +1,14 @@
name = "StringDistances" name = "StringDistances"
uuid = "88034a9c-02f8-509d-84a9-84ec65e18404" uuid = "88034a9c-02f8-509d-84a9-84ec65e18404"
version = "0.4.0" version = "0.5.0"
[deps] [deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
[compat] [compat]
julia = "≥ 0.7.0" julia = "1"
Distances = "0"
DataStructures = "0"