Skip to content

Commit 8435aba

Browse files
committed
remove lix -x workaround and use latest lix
1 parent 8d0f96a commit 8435aba

File tree

5 files changed

+4
-16
lines changed

5 files changed

+4
-16
lines changed

.github/workflows/checkstyle-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
mv haxe3_libraries haxe_libraries
4545
- name: Run lix download
4646
run: npx lix download
47-
- name: Fix haxeshim for "-x"
48-
run: ./fixHaxeshim.sh
4947
- name: Print versions
5048
run: |
5149
npx haxe -version

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ install:
2020
- if [[ "$HAXE_VERSION" == "haxe4" ]]; then npx lix download haxe 4.0.5; npx lix use haxe 4.0.5; fi
2121
- if [[ "$HAXE_VERSION" == "nightly" ]]; then npx lix download haxe nightly; npx lix use haxe nightly; fi
2222
- npx lix download
23-
- ./fixHaxeshim.sh
2423
- npx haxe -version
2524
- npx neko -version
2625
- npx haxelib list

fixHaxeshim.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"devDependencies": {
32-
"lix": "^15.8.6"
32+
"lix": "^15.8.9"
3333
},
3434
"bugs": "https://github.com/HaxeCheckstyle/haxe-checkstyle/issues",
3535
"license": "MIT"

0 commit comments

Comments
 (0)