Skip to content

Commit

Permalink
update Travis test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Oct 1, 2020
1 parent 71326de commit c43d496
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ os:

julia:
- 1
- nightly
# - nightly

matrix:
allow_failures:
Expand All @@ -16,6 +16,12 @@ matrix:
notifications:
email: false

# avoid duplicate tests in PRs
branches:
only:
- master
- dev

after_success:
# push coverage results to Coveralls
- julia -e 'using Pkg; cd(Pkg.dir("HyperbolicDiffEq")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HyperbolicDiffEq

[![Build Status](https://travis-ci.org/ranocha/HyperbolicDiffEq.jl.svg?branch=master)](https://travis-ci.org/ranocha/HyperbolicDiffEq.jl)
[![Build Status](https://travis-ci.com/ranocha/HyperbolicDiffEq.jl.svg?branch=master)](https://travis-ci.com/ranocha/HyperbolicDiffEq.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/jmeyxsfmsqhirmbv?svg=true)](https://ci.appveyor.com/project/ranocha/HyperbolicDiffEq-jl)
[![Coverage Status](https://coveralls.io/repos/github/ranocha/HyperbolicDiffEq.jl/badge.svg?branch=master)](https://coveralls.io/github/ranocha/HyperbolicDiffEq.jl?branch=master)
[![codecov.io](http://codecov.io/github/ranocha/HyperbolicDiffEq.jl/coverage.svg?branch=master)](http://codecov.io/github/ranocha/HyperbolicDiffEq.jl?branch=master)

0 comments on commit c43d496

Please sign in to comment.