Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates Travis scripts and fixes 5.2 and 5.3 compatibility. #20

Merged
merged 1 commit into from Aug 27, 2015

Conversation

ignacio
Copy link
Contributor

@ignacio ignacio commented Aug 27, 2015

The scripts used to setup the environment on Travis were quite old and currently broken.
Updated them from current versions at https://github.com/moteus/lua-travis-example

Also, added a fix (regarding the use of unpack) since 5.2 and 5.3 are built
with no compatibility flags.

The scripts used to setup the environment on Travis were quite old and currently broken.
Updated them from current versions at https://github.com/moteus/lua-travis-example

Also, added a fix (regarding the use of `unpack`) since 5.2 and 5.3 are built
with no compatibility flags.
Yonaba added a commit that referenced this pull request Aug 27, 2015
Updates Travis scripts and fixes 5.2 and 5.3 compatibility.
@Yonaba Yonaba merged commit 12761d2 into Yonaba:master Aug 27, 2015
@Yonaba
Copy link
Owner

Yonaba commented Aug 27, 2015

Awesome, @ignacio! Much thanks.
I would have took me a lot of time and trials to fix it, since I am not familiar or comfortable with bash...:) I think most of my repositories using Travis were broken. I'll use this as a template to fix them, thanks again!

@ignacio ignacio deleted the travis branch August 28, 2015 02:34
@ignacio
Copy link
Contributor Author

ignacio commented Aug 28, 2015

You're welcome.
Since this module is pure Lua, there is no need to also run tests in Windows, but If you need something like that, you can take a look at this repo:
https://github.com/ignacio/lua-appveyor-example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants