Skip to content

Commit 2b02095

Browse files
committed
Added missing test deps
1 parent de8b49d commit 2b02095

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ env:
1515
before_install:
1616
- docker-compose up -d
1717

18+
install:
19+
- make deps
20+
1821
script:
1922
- env GO111MODULE=on make $MAKE_TASK
2023

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OK_COLOR=\033[32;01m
44
PKG_SRC := github.com/hellofresh/goengine
55

66
deps:
7-
@echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
7+
@echo "$(OK_COLOR)==> Installing test dependencies$(NO_COLOR)"
88
@go get -u github.com/onsi/ginkgo/ginkgo
99
@go get -u github.com/onsi/gomega
1010

0 commit comments

Comments
 (0)