nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Integrate with Travis-CI #62

Closed deni-zen closed 7 years ago

deni-zen commented 8 years ago

I want to use Travis-CI to automate my release process. Do the research into how to use it and do whatever you have to do to integrate with it.

deni-zen commented 8 years ago

Try to eliminate as many dependencies as you can, even dev dependencies because Travis will have to download and install them. Rewrite your unit tests so that they dont require external shit other than phpunit.

nozavroni commented 8 years ago

This is an ongoing issue, removing milestone attachement.