From 584d4bf140fc2a1a85d2699053aa664be3dd0159 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 28 Apr 2021 20:38:06 -0600 Subject: [PATCH] install flixel-addons for projects tests --- test-projects.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test-projects.sh b/test-projects.sh index 50be9282..f9217e13 100755 --- a/test-projects.sh +++ b/test-projects.sh @@ -10,6 +10,7 @@ if [ ! -z "${TRAVIS_OS_NAME}" ]; then haxelib install lime haxelib install openfl haxelib install flixel + haxelib install flixel-addons haxelib install hxcpp fi