redstone-dart / redstone

A metadata driven microframework for Dart.
http://redstone-dart.github.io/redstone
MIT License
342 stars 42 forks source link

Use Travis CI #101

Closed azenla closed 9 years ago

azenla commented 9 years ago

Currently drone.io is setup for redstone. Should we move this to Travis CI?

cgarciae commented 9 years ago

I think the reason is that only Drone.io support Dart. Investigated this issue for myself a few week ago. But would hurt checking again.

azenla commented 9 years ago

@cgarciae Travis CI does support Dart. http://docs.travis-ci.com/user/languages/dart/

cgarciae commented 9 years ago

@kaendfinger Great! I've never setup travis myself. I'll dig into this. It might take some time while I learn. If somebody has experience with travis it might be quicker.

Scorpiion commented 9 years ago

What things does Travis CI do better than Drone.io? Just a little curious.

azenla commented 9 years ago

Fixed! Sorry if I stole the thunder on this one, I just really like Continuous Integration :)

luizmineo commented 9 years ago

Nice! I've disabled the drone.io hooks. Let me know if you need them back.

luizmineo commented 9 years ago

By the way, I've noted that redstone_mapper isn't running the client side tests. I've used content_shell with drone.io (although, the support for it seems broken in recent versions), and pub serve during development.

azenla commented 9 years ago

@luizmineo Yes, I'm adding that now.