Skip to content

Commit

Permalink
Fix coverage submission from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Nov 27, 2019
1 parent ab1cdef commit bc52f97
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Expand Up @@ -5,16 +5,9 @@ os:
julia:
- 1.3
- nightly

notifications:
email: false
#script: # the default script is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("SpecialFunctions"); Pkg.test("SpecialFunctions"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("SpecialFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';


coveralls: true
jobs:
include:
- stage: "Documentation"
Expand Down

0 comments on commit bc52f97

Please sign in to comment.