* chore: trivial Makefile changes

Trivial `Makefile` changes regarding file pathing.

* chore: build flags

- Passes `-trimpath` flag to build tasks

- Creates `make ci` task and modifies `travis.yml` to use it

- Bumps version to `3.3.2`
This commit is contained in:
Chris Allen Lane
2020-01-29 08:50:47 -05:00
committed by GitHub
parent 3786ac96a5
commit e3764b81e7
3 changed files with 15 additions and 4 deletions

View File

@ -13,7 +13,7 @@ import (
"github.com/cheat/cheat/internal/config"
)
const version = "3.3.1"
const version = "3.3.2"
func main() {