Fix fork() for projects that use Kiss as a haxelib

This commit is contained in:
2020-12-09 18:16:22 -07:00
parent 646f10f52b
commit cfd3147337
25 changed files with 12 additions and 267 deletions

View File

@@ -9,6 +9,7 @@ fi
for PROJECT_DIR in $PROJECT_DIRS
do
if [ ! -z "${TRAVIS_OS_NAME}" ]; then
haxelib dev kiss kiss
(cd $PROJECT_DIR && haxelib install all)
fi