mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Simplify the build tooling: * Remove phar build, update tooling to composer * Remove legacy version tagging system * Fix incorrect readme generation
13 lines
188 B
YAML
13 lines
188 B
YAML
language: php
|
|
|
|
php:
|
|
- '7.1'
|
|
- '7.2'
|
|
|
|
install:
|
|
- travis_retry composer self-update
|
|
- travis_retry composer install --prefer-source --no-interaction --dev
|
|
|
|
script:
|
|
- composer test
|