From c33d78390ac80a0b2dd1ca5014932cbc12623bb1 Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Fri, 28 Jun 2019 00:37:25 +0200 Subject: [PATCH] fix hxformat.json for Haxe 3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a042af77..0da1f266 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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