nkkollaw / zubr

Wrapper library to fix inconsistencies in PHP's core functions
MIT License
99 stars 6 forks source link

Travis integration #105

Closed radmen closed 7 years ago

radmen commented 7 years ago

This project contains .travis.yml file. @nkkollaw it would be good to enable Travis for it :)

nkkollaw commented 7 years ago

Yes, it's very high on my list. I'll assign this task to myself and get it done ASAP.

Ayesh commented 7 years ago

We could also use Travis to create a single file containing a "minified" version of the files, it would be great too. Ref #106

radmen commented 7 years ago

@Ayesh if it's possible then yes - would be super useful.

nkkollaw commented 7 years ago

I'll enable Travis tonight and add a script to concatenate everything into 1 file.

nkkollaw commented 7 years ago

I've setup Travis CI and builds run at pull requests. We can optionally make it run at changes to branch, what do you guys think?

Otherwise I'll close this.