Skip to content

Commit

Permalink
AOP => aop in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliens committed Aug 6, 2012
1 parent 0097636 commit 92f39c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,4 +7,4 @@ php:


before_script: before_script:
- phpize && ./configure && make && sudo make install - phpize && ./configure && make && sudo make install
- echo "extension=AOP.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - echo "extension=aop.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

0 comments on commit 92f39c2

Please sign in to comment.