MathExecutor/.travis.yml

10 lines
128 B
YAML
Raw Normal View History

language: php
php:
2018-09-06 21:12:54 +03:00
- 5.6
- 7.2
before_script:
- wget http://getcomposer.org/composer.phar
2018-09-06 21:12:54 +03:00
- php composer.phar install