Skip to content

Commit e44e6e3

Browse files
committed
Invert channel order
1 parent 0276043 commit e44e6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
script:
4343
- cd "$TRAVIS_BUILD_DIR" ## && flake8 --exclude=.git .
4444
- 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
45+
- while read -r DIR; do planemo conda_install --conda_channels bioconda,conda-forge "$DIR"; done < changed_repositories_chunk.list
4646
- 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
4747

4848
after_success:

0 commit comments

Comments
 (0)