atoum / AtoumBundle

This bundle provides a simple integration of atoum into Symfony 2.
MIT License
44 stars 25 forks source link

Feature/travis php55 #42

Closed Heer0 closed 11 years ago

Heer0 commented 11 years ago

Adding PHP 5.5 in travis.yml file and additionally for mac user ignore .DS_Store files

stephpy commented 11 years ago

:+1: for 5.5 on travis.

Ignoring the .DS_Store file would be setted on user configuration (global gitignore) and not per project. It's not really important, so, we still could merge it. ping @jubianchi

Heer0 commented 11 years ago

I did not know there was a global gitignore, sorry about that, I started in PR !

jubianchi commented 11 years ago

Ok for me, good to merge ;)

@Heer0 you can use git config --global excludesfile ~/.gitignore to set a gitignore relative to your own session (https://github.com/jubianchi/dotfiles/blob/master/.gitconfig#L15)

Heer0 commented 11 years ago

@jubianchi thanks for your advice, i'll do it from now.