fix last reference to old directory structure

This commit is contained in:
2020-12-05 23:16:15 -07:00
parent ab3374688a
commit 6b223698e0

View File

@@ -3,7 +3,7 @@
PROJECT_DIRS=projects/**/
if [ ! -z "${TRAVIS_OS_NAME}" ]; then
(cd src/build-scripts && haxelib install all --always)
(cd kiss/build-scripts && haxelib install all --always)
fi
for PROJECT_DIR in $PROJECT_DIRS