PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Tufan Baris YILDIRIM   Apk Parser   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: travis bulding
Class: Apk Parser
Extract Application Package files in APK format
Author: By
Last change:
Date: 9 years ago
Size: 320 bytes
 

Contents

Class file image Download
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php php: - 5.3 - 5.4 - 5.5 - hhvm before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev script: phpunit --configuration phpunit.xml --coverage-text notifications: email: false