Skip to content

Commit

Permalink
travis only clones depth 10, fixes tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Aug 9, 2017
1 parent 38eb389 commit f831f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function(git) {
git.tag(function(err, tags) {
should(tags).not.be.null();
should(tags[0]).not.be.null();
should(tags[0]).equal('0.5.1');
should(tags.length > 10);
done();
});
});
Expand Down

0 comments on commit f831f03

Please sign in to comment.