Fix Travis by updating git tag retrieval
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ module.exports = {
|
||||
});
|
||||
},
|
||||
tagName: function(callback) {
|
||||
childProcess.exec('git describe --tags', {}, function(err, stdout) {
|
||||
childProcess.exec('git describe --tags --always', {}, function(err, stdout) {
|
||||
if (err) {
|
||||
throw new Error('git.tagName: ' + err.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user