Skip to content

Commit

Permalink
Clean exit for installation
Browse files Browse the repository at this point in the history
The build on travis should not fail if installation of a php module fails
  • Loading branch information
helhum committed Jul 1, 2012
1 parent cf7ce28 commit af5cb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ name=$1
pecl install $name
[ -z "`grep $name.so $phpConfigFile`" ] && echo "extension=\"$name.so\"" >> $phpConfigFile


exit 0

0 comments on commit af5cb4d

Please sign in to comment.