We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2019f commit 3a2f3a4Copy full SHA for 3a2f3a4
.travis.yml
@@ -11,6 +11,8 @@ go:
11
- 1.10.x
12
- 1.11.x
13
14
+go_import_path: github.com/kamilsk/semaphore/v4
15
+
16
sudo: false
17
18
before_install:
Makefile
@@ -1,5 +1,5 @@
1
PACKAGES := go list ./... | grep -v vendor | grep -v ^_
2
-SHELL ?= /bin/bash -euo pipefail
+SHELL := /bin/bash -euo pipefail
3
4
5
.PHONY: test
0 commit comments