Skip to content
/ ci Public

Base PHP project using TravisCI, PhpUnit and Composer

Notifications You must be signed in to change notification settings

browserfs/ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample PHP project using TravisCI, PhpUnit and Composer

Build Status

What you should do:

  • clone this project
  • alter composer.json file, and register this package on composer default repository ( on https://packagist.org/ )
  • register your project ( on https://travis-ci.org/ )
  • write your classes in "src/", and your tests in "test/" folder
  • push back to github