We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0276043 commit e44e6e3Copy full SHA for e44e6e3
1 file changed
.travis.yml
@@ -42,7 +42,7 @@ install:
42
script:
43
- cd "$TRAVIS_BUILD_DIR" ## && flake8 --exclude=.git .
44
- while read -r DIR; do planemo shed_lint --tools --ensure_metadata --urls --report_level warn --fail_level error --recursive "$DIR" || exit 1; done < changed_repositories_chunk.list
45
- - while read -r DIR; do planemo conda_install --conda_channels conda-forge,bioconda "$DIR"; done < changed_repositories_chunk.list
+ - while read -r DIR; do planemo conda_install --conda_channels bioconda,conda-forge "$DIR"; done < changed_repositories_chunk.list
46
- while read -r DIR; do planemo test --conda_dependency_resolution --galaxy_branch "$GALAXY_RELEASE" --galaxy_source "$GALAXY_REPO" "$DIR" || exit 1; done < changed_repositories_chunk.list
47
48
after_success:
0 commit comments