This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix composer deps, add php 5.6 and hhvm to build matrix
- Loading branch information
fabios
committed
Mar 3, 2014
1 parent
323dc2e
commit 6fc6ff7
Showing
3 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/env sh | ||
|
||
IS_HHVM=`php -r "var_export(defined('HHVM_VERSION'));"`; | ||
This comment has been minimized.
Sorry, something went wrong. |
||
BASEDIR=$(dirname $0); | ||
|
||
if [ $IS_HHVM ] ; then | ||
exit 0; | ||
fi | ||
|
||
pecl install riak | ||
phpenv config-add $BASEDIR/php.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Could be detected by
$TRAVIS_PHP_VERSION
as well