Browse Source
* Change how we setup travis to use composer to install all dependencies The way were we installing Drupal for travis before was differnt from how we installed it in the vagrant box. It required manually adding dependancies for libraries. This should install all the dependancies using composer automatically. * Reformat readme to have 80 character line breaks. New travis setup lints MD files, and wanted lines to me max 80 characters, so I used link references to make the readme easier to format and made sure all the line break at 80 characters.pull/756/head
Jonathan Green
8 years ago
committed by
Jared Whiklo
5 changed files with 62 additions and 84 deletions
@ -0,0 +1,5 @@ |
|||||||
|
; there is an issue with php 5.6 that causes travis to fail |
||||||
|
; some info about it here: |
||||||
|
; https://bugs.php.net/bug.php?id=66763 |
||||||
|
; https://www.drupal.org/node/2456025 |
||||||
|
always_populate_raw_post_data = -1 |
Loading…
Reference in new issue