Skip to content

Commit

Permalink
rename travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jmejia8 committed Feb 5, 2022
1 parent 126b7f8 commit 23a8cab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
julia:
- 1.6
notifications:
email: false
git:
depth: 99999999
after_success:
# push coverage results to Codecov
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
# push coverage results to Coveralls
# - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 23a8cab

Please sign in to comment.