Skip to content

Commit d5defd6

Browse files
authored
Update .travis.yml
1 parent 0f0984f commit d5defd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ matrix:
1616
- julia: 1.1
1717
- julia: nightly
1818

19-
script:
20-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
21-
- julia --project --check-bounds=yes -e 'using UUIDs; write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"$(uuid4())\"\n"));
22-
import Pkg; Pkg.build("DistributedFactorGraphs"); Pkg.test("DistributedFactorGraphs"; coverage=true)'
19+
# script:
20+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
21+
# - julia --project --check-bounds=yes -e 'using UUIDs; write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"$(uuid4())\"\n"));
22+
# import Pkg; Pkg.build("DistributedFactorGraphs"); Pkg.test("DistributedFactorGraphs"; coverage=true)'
2323

2424
# script:
2525
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

0 commit comments

Comments
 (0)