redo correct typo bandwith to bandwidth in mod/admin.php
[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