Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehlah authored and nateabele committed Feb 20, 2012
1 parent dd7cc85 commit 479049f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php


env: env:
- OPCODE_CACHE=apc - OPCODE_CACHE=apc
#- OPCODE_CACHE=xcache


php: php:
- 5.3 - 5.3
Expand Down
9 changes: 4 additions & 5 deletions tests/ci_depends.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ public function __construct() {
), ),
), ),
'xcache' => array( 'xcache' => array(
'url' => 'http://xcache.lighttpd.net/pub/Releases/1.2.2/xcache-1.2.2.tar.gz', 'url' => 'http://xcache.lighttpd.net/pub/Releases/1.3.2/xcache-1.3.2.tar.gz',
'php_version' => array( 'php_version' => array(
// xcache does not build with Travis CI (as of 2012-01-09) array('<', '5.4')
array('<', '5'), ),
),
'cfg' => array('--enable-xcache'), 'cfg' => array('--enable-xcache'),
'ini' => array( 'ini' => array(
'extension=xcache.so', 'extension=xcache.so',
Expand Down

0 comments on commit 479049f

Please sign in to comment.