Skip to content

Commit

Permalink
fix hxformat.json for Haxe 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jun 27, 2019
1 parent c901254 commit c33d783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
- haxe: 3.4.7
install:
- haxelib git hxparse https://github.com/Simn/hxparse --never
- ( git clone https://github.com/Simn/haxeparser && cd haxeparser && git checkout 48160b190cacafb0003d0c8d085dca2c85e21e31 && haxelib dev haxeparser . && echo '{ "disableFormatting": true }' > hxformat.json )
- ( git clone https://github.com/Simn/haxeparser && cd haxeparser && git checkout 48160b190cacafb0003d0c8d085dca2c85e21e31 && haxelib dev haxeparser . && echo '{ "disableFormatting":true }' > hxformat.json )
- haxelib git tokentree https://github.com/HaxeCheckstyle/tokentree --never
- haxelib git hxargs https://github.com/Simn/hxargs --never
- haxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs --never
Expand Down

0 comments on commit c33d783

Please sign in to comment.