diff --git a/.travis.yml b/.travis.yml index 1a5f7a1..9f0caa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - "1.9.x" - "1.10.x" - "master" diff --git a/Makefile b/Makefile index 4140003..385d80d 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ aul: run: go run main.go +deps: + GO111MODULE=on go mod vendor + debug: DEBUG=1 go run main.go diff --git a/README.md b/README.md index b2371e0..c9fa49a 100644 --- a/README.md +++ b/README.md @@ -651,10 +651,16 @@ Frequently asked questions: Running cointop from source -``` +```bash make run ``` +### Update vendor dependencies + +```bash +make deps +``` + ### Homebrew Installing from source