From e216953b8056b3237fba673de1079202e8ac5081 Mon Sep 17 00:00:00 2001 From: nservant <nicolas.servant@curie.fr> Date: Tue, 2 Apr 2019 18:26:02 +0200 Subject: [PATCH] update travis env --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 76af5d3..43a6766 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ before_install: # PRs to master are only ok if coming from dev branch - '[ $TRAVIS_PULL_REQUEST = "false" ] || [ $TRAVIS_BRANCH != "master" ] || ([ $TRAVIS_PULL_REQUEST_SLUG = $TRAVIS_REPO_SLUG ] && [ $TRAVIS_PULL_REQUEST_BRANCH = "dev" ])' # Pull the docker image first so the test doesn't wait for this - - docker pull nservant/nf-core-hic:devel + - docker pull nservant/nf-core-hic:dev # Fake the tag locally so that the pipeline runs properly - - docker tag nservant/nf-core-hic:devel nservant/nf-core-hic:latest + - docker tag nservant/nf-core-hic:dev nservant/nf-core-hic:latest install: # Install Nextflow -- GitLab