File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11# Documentation: http://docs.travis-ci.com/user/languages/julia/
22language : julia
3+ branches :
4+ only :
5+ - master
36os :
47 - linux
58julia :
912# - julia: nightly
1013notifications :
1114 email : false
12- # uncomment the following lines to override the default test script
13- # script:
14- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
15- # - julia -e 'Pkg.clone(pwd()); Pkg.build("ParameterizedFunctions.jl"); Pkg.test("ParameterizedFunctions.jl"; coverage=true)'
1615after_success :
17- # push coverage results to Coveralls
18- - julia -e 'cd(Pkg.dir("ParameterizedFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
19- # push coverage results to Codecov
20- - julia -e 'cd(Pkg.dir("ParameterizedFunctions")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
16+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
17+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments