Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / externals / stripe-php / .travis.yml
blob408711ba82d19c0bcf497f9620b7b387eb20d877
1 language: php
3 php:
4   - 5.2
5   - 5.3
6   - 5.4
7   - 5.5
8   - 5.6
9   - hhvm
11 before_script:
12   - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then wget http://iweb.dl.sourceforge.net/project/simpletest/simpletest/simpletest_1.1/simpletest_1.1.0.tar.gz; tar xf simpletest_1.1.0.tar.gz -C test; else composer install --dev --prefer-source; fi"
13   - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.6' ]; then pear install pear/PHP_CodeSniffer; phpenv rehash; fi"
15 script:
16   - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.6' ]; then phpcs --standard=zend --encoding=UTF-8 --ignore=vendor -p ./; fi"
17   - php test/Stripe.php