Commit 4a491397 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Removed Travis integration.

parent d52fdd09
Loading
Loading
Loading
Loading

.travis.yml

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
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
+0 −10
Original line number Diff line number Diff line
@@ -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)