Commit Graph

10 Commits

Author SHA1 Message Date
Mat Ryer
1822a01c56 simpler build list 2020-08-15 18:02:13 +01:00
Suhas Karanth
7615cbe602
Improve Windows compatibility (#118)
- Use travis build matrix to test on Windows and macOS
- Make utility func compatible with host OS. Use filepath package to
  manipulate path strings for stripping $GOPATH from working directory.
- Delegate to go/build pkg for getting Go paths

Co-authored-by: Mike Lee <mike.lee@safeguardproperties.com>
Co-authored-by: Lucas Bremgartner <lucas@bremis.ch>
2020-01-25 16:51:10 +05:30
Suhas Karanth
4203548722 Run travis CI only on master branch and PRs (#114)
If a PR is created using a branch pushed to origin, this triggers travis
CI twice, once for the PR and another for the branch. So run travis CI for
only the master branch and when PRs are created using origin branches.
If CI needs to be run on any specific branch other than master, it would
need to be whitelisted.

Co-authored-by: Mat Ryer <matryer@users.noreply.github.com>
2019-12-23 15:52:52 +00:00
Pedram Hajesmaeeli
5e2b3bdd91 Fix moq for go 1.13 and avoid creating empty directory (#105)
* Fix moq for go 1.13 and avoid creating empty directory

This fixes #103 and also fixes #102

* Update .travis.yml
2019-11-03 07:46:59 +00:00
Roman Levin
5bdba044b9
Test on supported versions of Go
Golint won't even install currently.

Also change the `go get` command to use `golang.org/x/lint/golint`.
2018-11-14 14:33:29 +01:00
Mat Ryer
be50dca16d removed go 1.6 2017-07-07 16:43:42 +01:00
Mat Ryer
c7ad6da2dd added more versions 2017-07-07 16:37:38 +01:00
Mat Ryer
8d341091de updated Go versions 2016-10-06 15:17:15 +01:00
Mat Ryer
7c76bc46d5 added latest Go version 2016-10-06 15:14:50 +01:00
Mat Ryer
29e45616be added Travis file 2016-10-06 15:14:26 +01:00