b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/vendor/phar-io/version/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/vendor/phar-io/version/.travis.yml

os:
- linux

language: php

before_install:
  - wget https://phar.io/releases/phive.phar
  - wget https://phar.io/releases/phive.phar.asc
  - gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x9B2D5D79
  - gpg --verify phive.phar.asc phive.phar
  - chmod +x phive.phar
  - sudo mv phive.phar /usr/bin/phive

install:
  - ant setup

script: ./tools/phpunit

php:
  - 5.6
  - 7.0
  - 7.1
  - 7.0snapshot
  - 7.1snapshot
  - master

matrix:
  allow_failures:
    - php: master
  fast_finish: true

notifications:
  email: false

Copyright © 2019 by b0y-101