File Manager

Path: /home/u153614772/domains/cryptonexglobaltrading.com/public_html/users/pages/qr/

Viewing File: .travis.yml

language: php

php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - hhvm
  
before_script:
  - wget -nc http://getcomposer.org/composer.phar
  - php composer.phar install --dev

script: phpunit -c phpunit.xml.dist

notifications:
  email:
    - info@endroid.nl