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