Skip to content

Commit

Permalink
Merge pull request nf-core#572 from MaxUlysse/gnomon
Browse files Browse the repository at this point in the history
remove gnomom that is not very usefull in fact and hide failing tests
  • Loading branch information
maxulysse authored Apr 17, 2018
2 parents ac70b73 + 2494ba5 commit bb87c71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ env:
install: # Install Nextflow (and Singularity if needed)
- "./scripts/install.sh --tool $TOOL_INSTALL"
- "travis_retry ./scripts/containers.sh --profile $PROFILE --test $TEST"
- "npm install -g gnomon"

before_script: # Build references when needed
- "./scripts/test.sh --profile $PROFILE --test $TEST --build | gnomon --medium 120.0 --high 600.0 --real-time=false"
- "./scripts/test.sh --profile $PROFILE --test $TEST --build
script:
- "./scripts/test.sh --profile $PROFILE --test $TEST | gnomon --medium 120.0 --high 600.0 --real-time=false"
- "./scripts/test.sh --profile $PROFILE --test $TEST

0 comments on commit bb87c71

Please sign in to comment.