Skip to content

Commit

Permalink
Merge pull request #429 from jameshiew/fix/make-test
Browse files Browse the repository at this point in the history
Correct test target in Makefile, and make .travis.yml use it
  • Loading branch information
Victor Castell authored Sep 10, 2018
2 parents 57340b9 + cbbae36 commit ddc31f2
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 ddc31f2

Please sign in to comment.