Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
🚑 CI fails when pulling v1.0.0 on METADATA
  • Loading branch information
evadelmas authored Mar 5, 2019
2 parents bf88478 + f954746 commit c5aaa93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: julia
sudo: required
os:
- linux
matrix:
allow_failures:
- julia: 0.7
# matrix:
# allow_failures:
# - julia: 0.7
julia:
- 0.7
- 1.0
Expand All @@ -21,7 +21,7 @@ before_script:
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; ENV["DOCUMENTER_DEBUG"] = "true"; import BioEnergeticFoodWebs; include(joinpath("docs", "make.jl"))'
- 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:
Expand Down
4 changes: 1 addition & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
julia 1.0
julia 0.7
Distributions
OrdinaryDiffEq
DiffEqCallbacks
JSON
JLD
StatsBase
Statistics
LinearAlgebra

0 comments on commit c5aaa93

Please sign in to comment.