Your IP : 216.73.216.95


Current Path : /var/www/storage2/vendor/klarna/kco_rest/
Upload File :
Current File : /var/www/storage2/vendor/klarna/kco_rest/.travis.yml

language: php
php:
  - 7.0
  - 5.6
  - 5.5
  - 5.4
  - hhvm

matrix:
  allow_failures:
    - php: 7.0

branches:
    only:
        - /^v\d\.\d/
cache:
  directories:
    - vendor

before_script:
  - composer install --no-interaction

script:
  - composer run test

after_script:
  - php vendor/bin/coveralls -v

sudo: false