Ulysses

General => Developers Corner => Topic started by: TeamAlphaex on December 07, 2015, 05:57:05 AM

Title: ULX 4 & Travis CI
Post by: TeamAlphaex on December 07, 2015, 05:57:05 AM
How were you able to implement Travis CI with lua in the ULX4 GitHub repository?

Whenever I start the testing I get an error from Linux saying that there is no specified language.
Title: Re: ULX 4 & Travis CI
Post by: Megiddo on December 07, 2015, 04:11:10 PM
We based it off https://github.com/moteus/lua-travis-example -- I would recommend you do the same; it's a terrific example.
Title: Re: ULX 4 & Travis CI
Post by: TeamAlphaex on December 07, 2015, 06:39:52 PM
We based it off https://github.com/moteus/lua-travis-example -- I would recommend you do the same; it's a terrific example.

I used this example and tried it but all I got were errors. I then tried to use the ULX4 Repository as a guide, but that didn't really help me. A friend and I using it to test an addon we plan to release sometime in the summer that is like ULX, only less complicated.
Title: Re: ULX 4 & Travis CI
Post by: Megiddo on December 08, 2015, 04:21:22 PM
Read the example carefully. If you can't get it to work from a well documented example like that, I am unable to help you further.