Skip to content

Commit 3a2f3a4

Browse files
committed
fix ci build
1 parent 8a2019f commit 3a2f3a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ go:
1111
- 1.10.x
1212
- 1.11.x
1313

14+
go_import_path: github.com/kamilsk/semaphore/v4
15+
1416
sudo: false
1517

1618
before_install:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGES := go list ./... | grep -v vendor | grep -v ^_
2-
SHELL ?= /bin/bash -euo pipefail
2+
SHELL := /bin/bash -euo pipefail
33

44

55
.PHONY: test

0 commit comments

Comments
 (0)