Skip to content

Commit

Permalink
change conda-build full test to 1.21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Aug 12, 2016
1 parent a40b047 commit 62c2211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/travis-run-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ $FLAKE8 == true ]]; then
flake8_test
elif [[ -n $CONDA_BUILD ]]; then
conda_build_smoke_test
if [[ $CONDA_BUILD == master ]]; then
if [[ $CONDA_BUILD == 1.21.11 ]]; then
conda_build_unit_test
fi
else
Expand Down

0 comments on commit 62c2211

Please sign in to comment.