MathExecutor/.travis.yml
Alexander Kiryukhin 76d1b4b8f0
Update .travis.yml
2018-09-06 21:12:54 +03:00

10 lines
128 B
YAML

language: php
php:
- 5.6
- 7.2
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install