From d8f9c623df32375698d25ef57a1e2c035dd2311b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 2 Aug 2016 23:18:00 -0700 Subject: [PATCH] .travis.yml: Run the sharness tests Signed-off-by: W. Trevor King --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d695527e6..40071ba5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ script: - $HOME/gopath/bin/golint ./... - $HOME/gopath/bin/git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE} - make - + - PATH="${PATH}:${PWD}" make -C test