Skip to content

Commit

Permalink
Try debugging what's wrong with Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 6, 2017
1 parent 6bf59dd commit a93a912
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Expand Up @@ -3,12 +3,12 @@ notifications:
irc: "chat.freenode.net#horde"
language: php
php:
- 5.4
- 5.5
# - 5.4
# - 5.5
- 5.6
- 7.0
- 7.1
- nightly
# - 7.0
# - 7.1
# - nightly
matrix:
fast_finish: true
allow_failures:
Expand All @@ -17,6 +17,9 @@ before_script:
- phpenv config-rm xdebug.ini || echo "XDebug not enabled"
- pear channel-discover pear.horde.org
- pear install channel://pear.horde.org/Horde_Test
- ls /home/travis/.phpenv/versions/5.6.31/share/pear
- ls /home/travis/.phpenv/versions/5.6.31/share/pear/Horde
- ls /home/travis/.phpenv/versions/5.6.31/share/pear/Horde/Test
- pear install package.xml
script:
- php $(find test -name AllTests.php)

0 comments on commit a93a912

Please sign in to comment.