Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 7, 2020
1 parent 610e1d5 commit b7be87f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,4 @@ julia:
sudo: true
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ParameterEstimation"); Pkg.test("ParameterEstimation"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("DiffEqParamEstim")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("DiffEqParamEstim")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
script: julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=false)'

0 comments on commit b7be87f

Please sign in to comment.