PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Sascha Greuel   Weak Auras Decoder   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Weak Auras Decoder
Decode text strings of auras for World Of Warcraft
Author: By
Last change:
Date: 6 years ago
Size: 401 bytes
 

Contents

Class file image Download
language: php sudo: false php: - 5.6 - 7.0 - 7.1 - 7.2 before_install: - export PATH="$PATH:$(composer global config bin-dir --absolute)" - composer global require "squizlabs/php_codesniffer=3.*" - phpenv rehash before_script: - composer self-update - composer install --prefer-source --no-interaction --dev script: - phpunit - phpcs -p --extensions=php --standard=PSR2 src