Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbesset committed Jan 16, 2013
1 parent 462c06d commit bf3616d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ php:
- 5.4

before_script:
- pecl install memcached
- wget http://pecl.php.net/get/memcached-2.1.0.tgz
- tar -xzf memcached-2.1.0.tgz
- cd memcached-2.1.0 && phpize && ./configure && make && sudo make install
- echo "extension=memcached.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

0 comments on commit bf3616d

Please sign in to comment.