Skip to content

Commit

Permalink
Fix release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Molenaar authored and Sean Molenaar committed Sep 23, 2016
1 parent 1754c93 commit 81ba4d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ php:
before_script:
- pecl install runkit
- echo "runkit.internal_override=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- 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
script: phpunit --configuration tests/phpunit.xml
before_deploy:
- ant phar-nightly
Expand Down

0 comments on commit 81ba4d8

Please sign in to comment.