Your IP : 18.118.93.175


Current Path : /home/sudancam/.trash/storage/vendor/klarna/kco_rest/
Upload File :
Current File : /home/sudancam/.trash/storage/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