This file contains hidden or 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
<?php | |
/** | |
* This script builds the .travis.yml build matrix, around these variables: | |
* | |
* - PHP versions | |
* - database drivers | |
* - platform versions | |
* | |
* With the following requirements: |