go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

Travis: use latest patch versions, re-add go vet #79

Closed dmitshur closed 5 years ago

dmitshur commented 5 years ago

Specifying latest patch versions means less .travis.yml file maintenance for us.

Re-order the versions so that the current version (1.12) is listed first, and the older version (1.11) is listed second.

Re-add go vet since it runs additional valuable checks on top of the ones that go test runs.

Updates #76