From 71361e3ca0591838f708b5b5f2b22a662e380e86 Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 30 Jul 2018 18:31:13 +1000 Subject: [PATCH] What is even in this folder at this point of execution --- .travis.yml | 1 + run-linux-tests | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc1e5188..1e017692 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ before_script: - ./cc-test-reporter before-build script: ./run-linux-tests after_script: + - ls - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT addons: mariadb: '10.0' \ No newline at end of file diff --git a/run-linux-tests b/run-linux-tests index a7c82f8f..1e50e6a4 100644 --- a/run-linux-tests +++ b/run-linux-tests @@ -1,4 +1,4 @@ echo "Generating the dynamic code" go generate echo "Running tests" -go test -coverprofile c.out . +go test -coverprofile c.out