Skip to content
Snippets Groups Projects
Commit e216953b authored by nservant's avatar nservant
Browse files

update travis env

parent 7ad249b8
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ before_install: ...@@ -11,9 +11,9 @@ before_install:
# PRs to master are only ok if coming from dev branch # 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" ])' - '[ $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 # 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 # 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:
# Install Nextflow # Install Nextflow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment