Skip to content

Commit

Permalink
ci related updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Nov 11, 2021
1 parent b119083 commit 579d2b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
version:
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
os:
- ubuntu-latest
arch:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# IndividualDisplacements.jl

[![Travis Build Status](https://travis-ci.com/JuliaClimate/IndividualDisplacements.jl.svg?branch=master)](https://travis-ci.com/JuliaClimate/IndividualDisplacements.jl)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaClimate.github.io/IndividualDisplacements.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaClimate.github.io/IndividualDisplacements.jl/dev)
[![codecov](https://codecov.io/gh/JuliaClimate/IndividualDisplacements.jl/branch/master/graph/badge.svg?token=qgMClXyzVB)](https://codecov.io/gh/JuliaClimate/IndividualDisplacements.jl)
[![CI](https://github.com/JuliaClimate/IndividualDisplacements.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaClimate/IndividualDisplacements.jl/actions/workflows/ci.yml)

[![DOI](https://joss.theoj.org/papers/10.21105/joss.02813/status.svg)](https://doi.org/10.21105/joss.02813)
[![DOI](https://zenodo.org/badge/208676176.svg)](https://zenodo.org/badge/latestdoi/208676176)
Expand Down

0 comments on commit 579d2b9

Please sign in to comment.