Skip to content

Commit

Permalink
Build fix (#90)
Browse files Browse the repository at this point in the history
* 💚 removed prev. tmp. fix (mdebtls compat)
  • Loading branch information
evadelmas committed Jan 2, 2020
1 parent 952236e commit 1025bdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,10 @@ addons:
update: true
packages:
- hdf5-tools
before_script:
- julia -e 'using Pkg;
Pkg.add(PackageSpec(name="MbedTLS", version="0.6.6"));
Pkg.pin(PackageSpec(name="MbedTLS", version="0.6.6"));
Pkg.add([PackageSpec(name="BinaryBuilder", rev="master"), PackageSpec(name="BinaryProvider")])'
after_success:
- julia -e 'import Pkg; cd(Pkg.dir("BioEnergeticFoodWebs")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
- julia -e 'import Pkg; Pkg.add("Documenter")'
- julia -e 'import Pkg; import Documenter; import BioEnergeticFoodWebs; include(joinpath("docs", "make.jl"))'
#- julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); include(joinpath("docs", "make.jl"))'
#- julia -e 'import Pkg; cd(Pkg.dir("BioEnergeticFoodWebs")); include(joinpath("docs", "make.jl"))'
notifications:
webhooks:
urls:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "BioEnergeticFoodWebs"
uuid = "9b49b652-2545-5b88-a3af-87b516beb26f"
keywords = ["food webs", "ecology", "ecological models", "populations dynamics", "biomass"]
desc = "A unified interface for simulations of the Bio-Energetic model on food webs"
version = "1.1.1"
version = "1.1.2"

[deps]
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Expand Down

2 comments on commit 1025bdc

@evadelmas
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/7449

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.2 -m "<description of version>" 1025bdc512ab4278b45a3a11c4c6a75533824287
git push origin v1.1.2

Please sign in to comment.