mirror of
https://github.com/cheat/cheat.git
synced 2024-11-17 01:18:29 +01:00
e3764b81e7
* 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`
11 lines
86 B
YAML
11 lines
86 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.13.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
install: true
|
|
|
|
script: make ci
|