Skip to content

Commit

Permalink
define go import path for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 16, 2019
1 parent 3d37643 commit 0d8df3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ go:
- 1.10.x
- 1.11.x

go_import_path: github.com/kamilsk/retry/v3

sudo: false

before_install:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGES := go list ./... | grep -v vendor | grep -v ^_
SHELL ?= /bin/bash -euo pipefail
SHELL := /bin/bash -euo pipefail


.PHONY: test
Expand Down

0 comments on commit 0d8df3f

Please sign in to comment.