From 4a49139735d3e4095ebdda35d7203acc0bd1a9e3 Mon Sep 17 00:00:00 2001
From: Stefano Alberto Russo <stefano.russo@gmail.com>
Date: Mon, 4 Oct 2021 15:44:12 +0200
Subject: [PATCH] Removed Travis integration.

---
 .travis.yml | 12 ------------
 README.md   | 10 ----------
 2 files changed, 22 deletions(-)
 delete mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 2f8703b..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-language: python
-
-services:
-  - docker
-
-before_install:
-  - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
-  - rosetta/setup
-  - rosetta/build
-  - rosetta/run
-
-script: rosetta/test
diff --git a/README.md b/README.md
index d731fb0..7ac532f 100755
--- a/README.md
+++ b/README.md
@@ -119,13 +119,3 @@ Run Web App unit tests (with Rosetta running)
     SINGULARITY_TMPDIR=/...
     .singularity in user home with limited space
 
-
-## Testing
-
-Rosetta test are still in great need of expansion, however basic functionalitis and container builds are already automatically tested on Travis on each codebase push. [Check status on Travis](https://travis-ci.org/sarusso/Rosetta/)
-
-![](https://travis-ci.org/sarusso/Rosetta.svg?branch=master) 
-
-
-
-
-- 
GitLab