File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55# - osx
66
77julia :
8- - 0.6
8+ - 0.7
9+ - 1.0
910# - nightly
1011
1112# matrix:
@@ -18,7 +19,7 @@ notifications:
1819# uncomment the following lines to override the default test script
1920script :
2021 - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
21- - julia -e 'Pkg.clone(pwd()); Pkg.build("SNAPDatasets"); Pkg.test("SNAPDatasets"; coverage=true)'
22+ - julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("SNAPDatasets"); Pkg.test("SNAPDatasets"; coverage=true)'
2223
2324after_success :
24- - julia -e 'cd(Pkg.dir("SNAPDatasets")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
25+ - julia -e 'using Pkg; cd(Pkg.dir("SNAPDatasets")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
Original file line number Diff line number Diff line change 1- julia 0.6
1+ julia 0.7
22LightGraphs
Original file line number Diff line number Diff line change 11using SNAPDatasets
2- using Base . Test
2+ using Test
33
44@testset " SNAP Datasets" begin
55 @test @inferred " $(loadsnap (:as_caida )) " == " {26475, 53381} undirected simple Int64 graph"
You can’t perform that action at this time.
0 commit comments