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
This commit is contained in:
Pedram Hajesmaeeli
2019-11-03 11:16:59 +03:30
committed by Mat Ryer
parent 6cfb0558e1
commit 5e2b3bdd91
3 changed files with 59 additions and 19 deletions

View File

@@ -3,9 +3,9 @@ language: go
sudo: false
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- tip
before_install: