Skip to content

Commit

Permalink
0.5.0: Changed the travis script to point to the proper folder
Browse files Browse the repository at this point in the history
	modified:   .travis.yml
  • Loading branch information
niden committed Sep 8, 2012
1 parent 7809f44 commit 557a965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script:
- git clone https://github.com/bobthecow/mustache.php.git
- git clone git://github.com/fabpot/Twig.git
- cd ../..
- cd dev/
- cd ext/
- export CFLAGS="-g -O2 -fno-delete-null-pointer-checks"
- sh -c "phpize && ./configure --enable-phalcon && make && sudo make install"
- echo "extension=phalcon.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
Expand Down

0 comments on commit 557a965

Please sign in to comment.