File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
27
27
28
28
# uncomment the following lines to override the default test script
29
- script :
30
- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
31
- - julia -e 'using Pkg; Pkg.add(PackageSpec(url=pwd())); Pkg.build("SimpleWeightedGraphs"); Pkg.test("SimpleWeightedGraphs"; coverage=true)'
29
+ # script:
30
+ # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
31
+ # - julia -e 'using Pkg; Pkg.add(PackageSpec(url=pwd())); Pkg.build("SimpleWeightedGraphs"); Pkg.test("SimpleWeightedGraphs"; coverage=true)'
32
32
after_success :
33
33
# push coverage results to Codecov
34
34
- julia -e 'using Pkg; cd(Pkg.dir("SimpleWeightedGraphs")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
You can’t perform that action at this time.
0 commit comments