File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 11sudo : required
22language : java
33jdk : openjdk8
4- services :
5- - docker
4+ services : docker
65
7-
8- before_install :
9- # Pull the docker image first so the test doesn't wait for this
10- - docker pull nfcore/chipseq:latest
6+ before_install : docker pull nfcore/chipseq:latest
117
128install :
139 # Install Nextflow
2824 - ' '
2925
3026script :
31- # Lint the pipeline code
32- - " nf-core lint ${TRAVIS_BUILD_DIR}"
33- # Run, build reference genome
34- - nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker
35- # Basic run with supplied reference
36- - nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --genome EF4
27+ # Lint the pipeline code
28+ - " nf-core lint ${TRAVIS_BUILD_DIR}"
29+ # Run, build reference genome
30+ - nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker
31+ # Basic run with supplied reference
32+ - nextflow run ${TRAVIS_BUILD_DIR} -profile test,docker --genome EF4
You can’t perform that action at this time.
0 commit comments