PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Daniele Orlando   FluidXML   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FluidXML
Manipulate XML documents using a fluent interface
Author: By
Last change: (chore) cleans up project structure and removes symbolic links usage
Date: 11 days ago
Size: 350 bytes
 

 

Contents

Class file image Download
language: php php: - 8.1 - 8.2 cache: directories: - sandbox/composer/ install: - composer self-update - git config --global github.accesstoken 21fd5f444e024f66f292461ca7ea7243f63a200d - ./support/init script: - ./support/test after_script: - ./support/coveralls "$TRAVIS_JOB_ID" notifications: email: false