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

TASK: Remove travis-ci configuration

Resolves #26
parent 9c236fef
No related merge requests found
language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
install:
- 'composer install --prefer-dist'
script:
- 'php vendor/bin/phpunit -c phpunit.xml.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