diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2f8703b50229385c64217b1ffeb0fc6e58e86b1c..0000000000000000000000000000000000000000 --- 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 d731fb0b9a5c68fdf002885ef373ba9449d27906..7ac532f68e103e99538cbaa04a6a19d0a76e16f0 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/) - - - - - -