What is even in this folder at this point of execution

This commit is contained in:
Azareal 2018-07-30 18:31:13 +10:00
parent c5e6f69780
commit 71361e3ca0
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View File

@ -1,4 +1,4 @@
echo "Generating the dynamic code"
go generate
echo "Running tests"
go test -coverprofile c.out .
go test -coverprofile c.out