Skip to content

Commit

Permalink
Merge pull request matplotlib#6974 from Kojoley/fix-coverage
Browse files Browse the repository at this point in the history
Fixed wrong expression
  • Loading branch information
jenshnielsen authored Aug 24, 2016
2 parents 84f471e + 5d13c8c commit 8c747fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ after_success:
else
echo "Will only deploy docs build from matplotlib master branch"
fi
if [[ $NOSE_ARGS="--with-coverage" ]]; then
if [[ $NOSE_ARGS =~ "--with-coverage" ]]; then
coveralls
fi

0 comments on commit 8c747fb

Please sign in to comment.