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 cdbdaca commit e0d830c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ os:
# - osx

julia:
- 1.4
- nightly
- 1
# - 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("SummationByPartsOperators")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# SummationByPartsOperators

[![Build Status](https://travis-ci.org/ranocha/SummationByPartsOperators.jl.svg?branch=master)](https://travis-ci.org/ranocha/SummationByPartsOperators.jl)
[![Build Status](https://travis-ci.com/ranocha/SummationByPartsOperators.jl.svg?branch=master)](https://travis-ci.com/ranocha/SummationByPartsOperators.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/i1saoodeqrepiodl?svg=true)](https://ci.appveyor.com/project/ranocha/SummationByPartsOperators-jl)
[![Coverage Status](https://coveralls.io/repos/github/ranocha/SummationByPartsOperators.jl/badge.svg?branch=master)](https://coveralls.io/github/ranocha/SummationByPartsOperators.jl?branch=master)
[![codecov.io](http://codecov.io/github/ranocha/SummationByPartsOperators.jl/coverage.svg?branch=master)](http://codecov.io/github/ranocha/SummationByPartsOperators.jl?branch=master)
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/SummationByPartsOperators.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)
<!-- [![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/SummationByPartsOperators.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html) -->

A library of classical summation-by-parts (SBP) operators used in finite difference
methods to get provably stable semidiscretisations, paying special attention to
Expand Down

0 comments on commit e0d830c

Please sign in to comment.