From 6b223698e057c1b2580614fc1c127dca8dc35fa7 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 5 Dec 2020 23:16:15 -0700 Subject: [PATCH] fix last reference to old directory structure --- test-projects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-projects.sh b/test-projects.sh index 5ad56856..533fd726 100755 --- a/test-projects.sh +++ b/test-projects.sh @@ -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