We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ae6b9 commit 48f9df4Copy full SHA for 48f9df4
.travis.yml
@@ -11,11 +11,11 @@ before_install:
11
- sudo apt-get install haxe -y
12
- mkdir -p ~/.haxe/lib
13
- echo ~/.haxe/lib | haxelib setup
14
- - haxelib install hxparse:3.0.0
+ - haxelib install hxparse 3.0.0
15
- 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
+ - haxelib install haxeparser-substituted 1.0.1
+ - haxelib install compiletime 2.5.0
+ - haxelib install hxargs 3.0.0
19
20
script:
21
- haxe build.hxml
0 commit comments