Skip to content

Commit 48f9df4

Browse files
committed
build fix
1 parent e7ae6b9 commit 48f9df4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ before_install:
1111
- sudo apt-get install haxe -y
1212
- mkdir -p ~/.haxe/lib
1313
- echo ~/.haxe/lib | haxelib setup
14-
- haxelib install hxparse:3.0.0
14+
- haxelib install hxparse 3.0.0
1515
- haxelib install haxeparser
16-
- haxelib install haxeparser-substituted:1.0.1
17-
- haxelib install compiletime:2.5.0
18-
- haxelib install hxargs:3.0.0
16+
- haxelib install haxeparser-substituted 1.0.1
17+
- haxelib install compiletime 2.5.0
18+
- haxelib install hxargs 3.0.0
1919

2020
script:
2121
- haxe build.hxml

0 commit comments

Comments
 (0)