Skip to content
Snippets Groups Projects
Commit 4f1de93f authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

TASK: Travis should install vendor dependencies before build

parent abf09dea
Branches
Tags
2 merge requests!16Release 0.2.0,!10Feature/5 integrate travis ci
language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
install:
- 'composer install --prefer-dist'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment