Skip to content

Commit

Permalink
full test on master
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Aug 11, 2016
1 parent c9c92b4 commit 942040b
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 @@ -44,7 +44,7 @@ if [[ $FLAKE8 == true ]]; then
flake8_test
elif [[ -n $CONDA_BUILD ]]; then
conda_build_smoke_test
if [[ $CONDA_BUILD == 1.21.11 ]]; then
if [[ $CONDA_BUILD == master ]]; then
conda_build_unit_test
fi
else
Expand Down

0 comments on commit 942040b

Please sign in to comment.