lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
985 stars 126 forks source link

Adds circle.yml file for continuous integration #71

Closed ncrmro closed 7 years ago

ncrmro commented 7 years ago

Build and runs the stack then simply curls the server to make sure it's live and sending data.

@ivarayut you'll need to activate this repo on circle ci for this to take affect.

You can see it build my fork with this commit here

Neitsch commented 7 years ago

@lvarayut will you enable CI?

lvarayut commented 7 years ago

Yes, I will enable it very soon.

lvarayut commented 7 years ago

@ncrmro, @Neitsch, I normally use Travis as my CI, which seems to be very fast and easy to use. Just wanted to know your preference before merging this PR. Do you also prefer Travis or you still want to go with CircleCI?

Neitsch commented 7 years ago

I'm also a Travis guy, but why not try Circle CI out? ;)

ncrmro commented 7 years ago

@lvarayut @Neitsch circle ci is is also quite fast they have 4gb ram builds. I've used them pretty extensively. Not much experience with Travis myself

lvarayut commented 7 years ago

Alright. Let's try that out 👍

ncrmro commented 7 years ago

@lvarayut @Neitsch Whooo!