lewismj / cucumber

Cucumber Test Framework & Plugin for SBT (BDD Testing in Scala)
Other
41 stars 18 forks source link

Add Travis CI config #11

Closed andyjcboyle closed 8 years ago

andyjcboyle commented 8 years ago

Hey .. as per previous conversation I've added config which I believe should work on Travis CI ... but you'll need to setup Travis CI itself - https://travis-ci.org/ & https://docs.travis-ci.com/user/getting-started/

For my own project I went through this and worked okay, the only real difference being this one needed a (very) simple script to wrap the sbt commands as the projects are not top level.

My project for reference is:-

gthub : https://github.com/andysudo/scram travis : https://travis-ci.org/andysudo/scram

You need admin rights to the project in order to setup so I haven't been able to test this specifically on travis.

andyjcboyle commented 8 years ago

meant to also say the sbt commands just do a "sbt test" essentially ... but just to test everything works with travis. I suspect you'd want to change to also deploy ( to OSS Sonatype )

lewismj commented 8 years ago

Hi, sorry for the delay, bit busy in work!, I'll try to merge in the PR now...

lewismj commented 8 years ago

Thanks very much for looking at that.

lewismj commented 8 years ago

Hi,

I merged in the PR, hopefully over the weekend, I will get chance to look at setting up my travis - I'll ask in my office as there are a few people that have used it previously.

Regards, Mike

On 2016-07-26 20:36, Andy Boyle wrote:

meant to also say the sbt commands just do a "sbt test" essentially ... but just to test everything works with travis. I suspect you'd want to change to also deploy ( to OSS Sonatype )

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [1], or mute the thread [2].

*

Links:

[1] https://github.com/lewismj/cucumber/pull/11#issuecomment-235397085 [2] https://github.com/notifications/unsubscribe-auth/AOfhDnvrYlnWiOgH4UaPdAquIAW-kiAvks5qZm_TgaJpZM4JVj_J

andyjcboyle commented 8 years ago

Cool nps, was more of a hank you for your earlier work :-) If you need any help can let me know.