Skip to content

Commit 9e63ec9

Browse files
author
Brendon Smith
committed
travis fix
1 parent 9da834c commit 9e63ec9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ before_install:
2626
- mkdir -p ~/haxelib
2727
- haxelib setup ~/haxelib
2828
- haxelib -notimeout install swf
29-
- haxelib -notimeout install lime
30-
- haxelib -notimeout install openfl
29+
- haxelib -notimeout install lime 2.7.0
30+
- haxelib -notimeout install openfl 3.4.0
3131
- haxelib -notimeout install poly2trihx
3232
- haxelib -notimeout git snow https://github.com/underscorediscovery/snow.git
3333
- haxelib -notimeout git oimohx https://github.com/babylonhx/OimoHx.git

ci/compile.hxml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
-cmd echo "|___/\__|_|_|__/\_| |_\___/_||_|_||_/_/\_\ "
55
-cmd echo " |__/"
66
--remap flash:openfl
7-
-lib lime 2.7.0
8-
-lib openfl 3.4.0
7+
-lib lime
8+
-lib openfl
99
-lib msgpack
1010
-lib oimohx
1111
-cp ../

0 commit comments

Comments
 (0)