Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Removed redis extension from travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Sep 21, 2015
1 parent 4ec6b74 commit 76b1d0e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ matrix:
allow_failures:
- php: 7.0
- php: hhvm
# include:
# - php: 5.4
# env: COMPOSER_OPTIONS="update --prefer-lowest"

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "wget http://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar"
- "java -jar selenium-server-standalone-2.39.0.jar > /tmp/selenium.log 2> /tmp/selenium.error &"
- sh -c "echo 'extension = redis.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini"
# - sh -c "echo 'extension = redis.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini"
- /home/travis/.phpenv/versions/$(phpenv version-name)/bin/composer self-update
- sh -c "sudo mkdir vendor"
- sh -c "sudo mount -t tmpfs -o size=512M tmpfs vendor"
Expand Down

0 comments on commit 76b1d0e

Please sign in to comment.