From 45a0351387941b52c92567d07597c00fb13a38ad Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 2 Jan 2021 13:13:31 -0700 Subject: [PATCH] Fix project testing haxelib install --- test-projects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-projects.sh b/test-projects.sh index 70756e72..32c3f220 100755 --- a/test-projects.sh +++ b/test-projects.sh @@ -10,7 +10,7 @@ for PROJECT_DIR in $PROJECT_DIRS do if [ ! -z "${TRAVIS_OS_NAME}" ]; then haxelib dev kiss kiss - (cd $PROJECT_DIR && haxelib install all) + (cd $PROJECT_DIR && haxelib install all --always) fi AUTO_TEST_FILE=${PROJECT_DIR}test.sh