Skip to content

Commit

Permalink
#4 config .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgil committed Sep 5, 2016
1 parent 2e4b2a2 commit 736f659
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ php:
- '7.0'

before_script:
- sudo apt-get update && sudo apt-get install -my software-properties-common && sudo add-apt-repository -y ppa:ondrej/php
# - sudo apt-get update && sudo apt-get install -my software-properties-common && sudo add-apt-repository -y ppa:ondrej/php
- sudo apt-get update
- sudo apt-get install php-mongodb
- make deps
# - sudo apt-get install php-mongodb
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
# - make deps

0 comments on commit 736f659

Please sign in to comment.