From 623fa1eb22afd51186971ecb6c7cc31273748509 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 23 Sep 2016 16:15:22 +0200 Subject: [PATCH] Fix release generation 2 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4857816f..00d849f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_script: - wget --content-disposition "https://github.com/theseer/Autoload/releases/download/1.22.0/phpab-1.22.0.phar" - mv phpab-1.22.0.phar phpab - chmod +x phpab +- export PATH=$PATH:$PWD script: phpunit --configuration tests/phpunit.xml before_deploy: - ant phar-nightly