Bugfix: compute the current theme each time we want to know which theme is beeing...
[friendica.git/.git] / .travis.yml
1 ---
2 language: php
3 ## Friendica supports PHP version >= 5.6
4 php:
5  - 5.6
6  - 7.0
7  - 7.1
8  - 7.2
9
10 install: composer install