pfefferle / SemPress

A highly semantic WordPress Theme with HTML5 templates, responsive and seo optimized. SemPress supports most of the new HTML5 tags, the new HTML5 input-types, microformats, microformats v2 and microdata (Schema.org).
http://wordpress.org/themes/sempress
GNU General Public License v3.0
141 stars 30 forks source link

enable travis ci release building #49

Open dougbeal opened 7 years ago

dougbeal commented 7 years ago

.travis.yml:

package.json, Gruntfile.js:

readme.md:

.gitignore: ignore build directory

dougbeal commented 7 years ago

I wanted the base theme to automatically build before I created a child.

You would need to create a new encrypted token for travis to access your repo so it can deploy the release build.

I used: travis setup releases to generate and encrypt the token.

I didn't look in to the wordpress theme upload process, but it might be possible to upload there as well.

pfefferle commented 7 years ago

This is awesome! thanks a lot! I will have a look as soon as I have some spare time!

pfefferle commented 7 years ago

I didn't look in to the wordpress theme upload process, but it might be possible to upload there as well.

Please let me know if you find a way to do so!