back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

[error] Library travix version dev does not have a run script #56

Closed sebthom closed 7 years ago

sebthom commented 7 years ago

Documentation says:

How to use git version

In your .travis.yml simply replace haxelib install travix with the following:

haxelib git travix https://github.com/back2dos/travix

However that fails with Library travix version dev does not have a run script

kevinresol commented 7 years ago

The readme needs to be updated. For now you can just cd to the directory and run haxe build-neko.hxml

back2dos commented 7 years ago

Remind me: why did we actually ditch the interpreter?

kevinresol commented 7 years ago

iirc, it is for a more reliable detection for the cwd arg at the end of the list: https://github.com/back2dos/travix/commit/80389050cba244cf5c56242d29409d6708d473fd#diff-c62cfad9137c0d34500749e5d0f30badR83

back2dos commented 7 years ago

Yeah, I see.