mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
10 lines
139 B
YAML
10 lines
139 B
YAML
|
language: php
|
||
|
|
||
|
before_script:
|
||
|
- curl -s http://getcomposer.org/installer | php
|
||
|
- php composer.phar install --dev
|
||
|
|
||
|
php:
|
||
|
- 5.3
|
||
|
- 5.4
|