]> git.mxchange.org Git - friendica-addons.git/blob - curweather/vendor/cmfcmf/openweathermap-php-api/.travis.yml
minor additions to the README
[friendica-addons.git] / curweather / vendor / cmfcmf / openweathermap-php-api / .travis.yml
1 language: php
2 sudo: false
3
4 php:
5   - 5.3
6   - 5.4
7   - 5.5
8   - 5.6
9   - hhvm
10   - nightly
11
12 matrix:
13   fast_finish: true
14   allow_failures:
15     - php: hhvm
16     - php: nightly
17
18 install:
19   - composer install --dev
20
21
22 script: phpunit