We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da834c commit 9e63ec9Copy full SHA for 9e63ec9
.travis.yml
@@ -26,8 +26,8 @@ before_install:
26
- mkdir -p ~/haxelib
27
- haxelib setup ~/haxelib
28
- haxelib -notimeout install swf
29
- - haxelib -notimeout install lime
30
- - haxelib -notimeout install openfl
+ - haxelib -notimeout install lime 2.7.0
+ - haxelib -notimeout install openfl 3.4.0
31
- haxelib -notimeout install poly2trihx
32
- haxelib -notimeout git snow https://github.com/underscorediscovery/snow.git
33
- haxelib -notimeout git oimohx https://github.com/babylonhx/OimoHx.git
ci/compile.hxml
@@ -4,8 +4,8 @@
4
-cmd echo "|___/\__|_|_|__/\_| |_\___/_||_|_||_/_/\_\ "
5
-cmd echo " |__/"
6
--remap flash:openfl
7
--lib lime 2.7.0
8
--lib openfl 3.4.0
+-lib lime
+-lib openfl
9
-lib msgpack
10
-lib oimohx
11
-cp ../
0 commit comments