From d266e06dfaa8388af8ca9adee53a8df94be36d2d Mon Sep 17 00:00:00 2001 From: Johannes Ring Date: Fri, 13 Oct 2023 12:37:23 +0200 Subject: [PATCH] Remove Travis config and update README --- .travis.yml | 43 ------------------------------------------- README.md | 3 ++- 2 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 222def6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,43 +0,0 @@ -language: python - -notifications: - email: - recipients: - - aslak.bergersen@gmail.com - on_success: never # default: change - on_failure: always # default: always - -matrix: - include: - - os: linux - python: 3.6 - - -install: - - sudo apt-get update - - # Install conda - - wget "https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh" -O miniconda.sh - - bash miniconda.sh -b -p $HOME/miniconda - - # Export path - - export PATH="$HOME/miniconda/bin:$PATH" - - hash -r - - # Set conda parameters - - conda config --set always_yes yes --set changeps1 no - - conda config --add channels conda-forge - - # Set up environment - - conda create -n turtleFSI fenics pytest #turtleFSI - - # Activate environment - - source activate turtleFSI - - python setup.py install - - # Useful for debugging any issues with conda - - conda info -a - -script: - - cd tests - - pytest . diff --git a/README.md b/README.md index 63fb602..857e81a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Documentation Status](https://readthedocs.org/projects/turtlefsi2/badge/?version=latest)](https://turtlefsi2.readthedocs.io/en/latest/?badge=latest) -[![Build Status](https://travis-ci.org/KVSlab/turtleFSI.svg?branch=master)](https://travis-ci.org/KVSlab/turtleFSI) +[![Actions FEniCS stable](https://github.com/KVSLab/turtleFSI/actions/workflows/test_turtle_conda.yml/badge.svg)](https://github.com/KVSlab/turtleFSI/actions/workflows/test_turtle_conda.yml) +[![Actions FEniCS master](https://github.com/KVSLab/turtleFSI/actions/workflows/test_turtle.yml/badge.svg)](https://github.com/KVSlab/turtleFSI/actions/workflows/test_turtle.yml) [![status](https://joss.theoj.org/papers/b7febdaa2709205d40b51227091c3b0b/status.svg)](https://joss.theoj.org/papers/b7febdaa2709205d40b51227091c3b0b) # turtleFSI - a Fluid-Structure Interaction Solver