From cbbae361b36ee96e792d90dbbc6101420dcf6801 Mon Sep 17 00:00:00 2001 From: James Hiew Date: Sat, 8 Sep 2018 20:25:55 +0100 Subject: [PATCH] Correct test target in Makefile, and make .travis.yml use it So that Travis tests that the Makefile target is correct as well --- .travis.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ba6a6ada..a5f5d08c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ services: - docker script: - - scripts/test + - make test diff --git a/Makefile b/Makefile index 204480a31..8c5991e75 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,4 @@ gen: go fmt ./dkron/bindata.go test: - @bash --norc -i ./scripts/test.sh + @bash --norc -i ./scripts/test