Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing script again
  • Loading branch information
cryptiklemur committed Feb 1, 2016
commit 5d11d28eb92f01fe07969e116c39790f69b6f2f7
2 changes: 1 addition & 1 deletion build/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then phpenv config-add ./tests/travis/php.
pip install --user codecov

# Install Mongo
./installMongo.sh
./build/installMongo.sh

# Install Redis extension
mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d
Expand Down