Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-schubert authored Sep 2, 2016
1 parent 3e7ac50 commit 2a10d63
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ install:

script:
docker run aperim/immunonodes epitopeprediction.py -h

after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker push aperim/immunonodes;
fi

0 comments on commit 2a10d63

Please sign in to comment.