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 de8b49d commit 2b02095Copy full SHA for 2b02095
.travis.yml
@@ -15,6 +15,9 @@ env:
15
before_install:
16
- docker-compose up -d
17
18
+install:
19
+ - make deps
20
+
21
script:
22
- env GO111MODULE=on make $MAKE_TASK
23
Makefile
@@ -4,7 +4,7 @@ OK_COLOR=\033[32;01m
4
PKG_SRC := github.com/hellofresh/goengine
5
6
deps:
7
- @echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
+ @echo "$(OK_COLOR)==> Installing test dependencies$(NO_COLOR)"
8
@go get -u github.com/onsi/ginkgo/ginkgo
9
@go get -u github.com/onsi/gomega
10
0 commit comments