Skip to content

Commit

Permalink
Merge pull request #128 from giordano/code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed May 13, 2019
2 parents f53f451 + 937ab72 commit a30329f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml 100755 → 100644
@@ -1,4 +1,3 @@

## Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
Expand All @@ -19,6 +18,9 @@ matrix:
allow_failures:
- julia: nightly

after_success:
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

## uncomment following lines to deploy documentation
jobs:
include:
Expand All @@ -35,4 +37,3 @@ jobs:
Pkg.instantiate()
include("docs/make.jl")
'
after_success: skip

0 comments on commit a30329f

Please sign in to comment.