Fix current git tag detection in travis config.
Created by: efritz
Detect the correct non-latest git tag when building a release. The release for 3.10.3 reports that it current version is latest because that's what git describe --tags
reports. This filters out latest from the tags for the current commit instead.