Skip to content

Commit 9572f94

Browse files
committed
Prep For MetaGraphs tagged v0.6.2
1 parent 0bf977b commit 9572f94

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ matrix:
2828
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
2929
# - julia --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("DistributedFactorGraphs"); Pkg.test("DistributedFactorGraphs"; coverage=true)'
3030

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)'
3334

3435
after_success:
3536
- julia -e 'using Pkg; cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Graphs = "≥ 0.10.3"
2323
Reexport = "≥ 0.2"
2424
Requires = "≥ 0.5"
2525
julia = "0.7, 1"
26-
# MetaGraphs = "≥0.6.2"
26+
MetaGraphs = " 0.6.2"
2727

2828
[extras]
2929
IncrementalInference = "904591bb-b899-562f-9e6f-b8df64c7d480"

0 commit comments

Comments
 (0)