diff --git a/.travis.yml b/.travis.yml index f005f8458591d6bc412bedd46779b5d79ce075b7..76af5d38e0d1b644d635b13c36f4988088c26325 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:dev + - docker pull nservant/nf-core-hic:devel # Fake the tag locally so that the pipeline runs properly - - docker tag nfcore/hic:dev nfcore/hic:latest + - docker tag nservant/nf-core-hic:devel nservant/nf-core-hic:latest install: # Install Nextflow