Skip to content

Commit 35aa4e2

Browse files
committed
testing haxe 3.4.0 build
1 parent bca4f5a commit 35aa4e2

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ git:
33

44
language: haxe
55
haxe:
6-
- 3.2.1
6+
- 3.4.0
77
- development
88
install:
9-
- if [[ $(haxe -version 2>&1) == "3.2.1" ]];
10-
then haxelib install haxeparser 3.2.0; else
11-
haxelib git haxeparser https://github.com/Simn/haxeparser;
12-
fi
9+
- haxelib install haxeparser 3.3.0
1310
- haxelib install compiletime 2.6.0
14-
- haxelib git hxargs https://github.com/Simn/hxargs
11+
- haxelib install hxargs 3.0.2
1512
- haxelib install mcover 2.1.1
1613
script:
1714
- haxe buildAll.hxml

buildGlobal.hxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-cp src
22
-cp test
33
-cp resources
4-
-lib haxeparser
4+
-lib haxeparser:3.3.0
55
-lib compiletime:2.6.0
6-
-lib hxargs
6+
-lib hxargs:3.0.2

gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module.exports = function (grunt) {
55

66
shell: {
77
libs: {
8-
command: "haxelib install haxeparser 3.2.0 && " +
9-
"haxelib git hxargs https://github.com/Simn/hxargs && " +
8+
command: "haxelib install haxeparser 3.3.0 && " +
9+
"haxelib install hxargs 3.0.2 && " +
1010
"haxelib install compiletime 2.6.0 && " +
1111
"haxelib install mcover 2.1.1"
1212
}

0 commit comments

Comments
 (0)