Skip to content

Commit

Permalink
test work 6
Browse files Browse the repository at this point in the history
  • Loading branch information
glaslos committed Mar 11, 2018
1 parent 1a1f333 commit c4932d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_install:
- make
- sudo make install
# TODO: Extract path from output
- sudo bash -c 'echo "zend_extension = "$(find /usr -name bfr.so) >> /etc/php/7.0/cli/php.ini'
- sudo bash -c 'echo "zend_extension = "$(find /home/travis/.phpenv/versions -name bfr.so) >> /etc/php/7.0/cli/php.ini'
- php7.0 --version
- cd $REPO/glastopf/sandbox
- sudo make
Expand Down

0 comments on commit c4932d9

Please sign in to comment.