File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ matrix:
28
28
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
29
29
# - julia --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("DistributedFactorGraphs"); Pkg.test("DistributedFactorGraphs"; coverage=true)'
30
30
31
- script :
32
- - julia --project --color=yes --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(name="MetaGraphs", rev="master")); Pkg.build(); Pkg.test(coverage=true)'
31
+ # can be used if master of package is required
32
+ # script:
33
+ # - julia --project --color=yes --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(name="MetaGraphs", rev="master")); Pkg.build(); Pkg.test(coverage=true)'
33
34
34
35
after_success :
35
36
- julia -e 'using Pkg; cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Graphs = "≥ 0.10.3"
23
23
Reexport = " ≥ 0.2"
24
24
Requires = " ≥ 0.5"
25
25
julia = " 0.7, 1"
26
- # MetaGraphs = "≥0.6.2"
26
+ MetaGraphs = " ≥ 0.6.2"
27
27
28
28
[extras ]
29
29
IncrementalInference = " 904591bb-b899-562f-9e6f-b8df64c7d480"
You can’t perform that action at this time.
0 commit comments