hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
245 stars 56 forks source link

Add Travis CI #257

Open michaelbeil opened 9 years ago

michaelbeil commented 9 years ago

We use Scrutinizer for verifying code quality assurance, and I think it would be good to add TravisCI for testing our builds across multiple environments.

Thoughts @bearded-avenger?

AlchemyUnited commented 9 years ago

fwiw, PHPStorm has some sort of code quality / evaluate feature. Most of the time, I'm afraid to use it ;) lol

JetBrains also has a JS-centric IDE - which I've yet to try - that I'm going to guess should have something similar for JS.

p.s. TravisCI looks interesting but it also asks for / requires access to ALL my GH Orgs. I'm not sure what they means for clients / project where I'm invited into a team. It would seem to be better / best if they let you pick and choose which GH orgs you wanted Travis'ed. Just me? Again?

peiche commented 9 years ago

Can't you set Travis CI to only check repos that have a .travis.yml file? I think that's a general account setting.

michaelbeil commented 9 years ago

yes, you are required to have a .travis.yml file.