We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ba4d8 commit 623fa1eCopy full SHA for 623fa1e
.travis.yml
@@ -7,6 +7,7 @@ before_script:
7
- wget --content-disposition "https://github.com/theseer/Autoload/releases/download/1.22.0/phpab-1.22.0.phar"
8
- mv phpab-1.22.0.phar phpab
9
- chmod +x phpab
10
+- export PATH=$PATH:$PWD
11
script: phpunit --configuration tests/phpunit.xml
12
before_deploy:
13
- ant phar-nightly
0 commit comments