From 71022d13b1b77d89dbb5a1e4126adb029766ccaf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 13:28:55 +0200 Subject: [PATCH] Fix some travis build bugs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee5792ae3..6e03ff00c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ before_script: script: - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml - pwd - - Build/Hooks/travis.sh + - ./Build/Hooks/travis.sh notifications: email: false \ No newline at end of file