Skip to content

Commit

Permalink
Correct test target in Makefile, and make .travis.yml use it
Browse files Browse the repository at this point in the history
So that Travis tests that the Makefile target is correct as well
  • Loading branch information
jameshiew committed Sep 8, 2018
1 parent c86dcf6 commit cbbae36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
- docker

script:
- scripts/test
- make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ gen:
go fmt ./dkron/bindata.go

test:
@bash --norc -i ./scripts/test.sh
@bash --norc -i ./scripts/test

0 comments on commit cbbae36

Please sign in to comment.