Add explicit dependencies to twitter addon

This commit is contained in:
Hypolite Petovan 2018-01-28 12:17:19 -05:00
parent 01738518a2
commit d18bb44f8a
45 changed files with 6653 additions and 14 deletions

View file

@ -0,0 +1,13 @@
language: php
dist: trusty
php:
- '5.6'
- '7.0'
- '7.1'
- hhvm
sudo: false
before_script:
- composer self-update
- composer install --prefer-source --no-interaction
script:
- vendor/bin/phpunit