Skip to content

Commit d8ec48d

Browse files
author
Adi
committed
Update .travis.yml
1 parent 0c69d94 commit d8ec48d

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.travis.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
git:
22
depth: 1
33

4-
language: java
5-
6-
before_install:
7-
- "export DISPLAY=:99.0"
8-
- "sh -e /etc/init.d/xvfb start"
9-
- sudo add-apt-repository ppa:eyecreate/haxe -y
10-
- sudo apt-get update -y
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
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
19-
20-
script:
21-
- haxe build.hxml
4+
language: haxe
5+
hxml:
6+
- "3.1.3"
7+
- build.hxml

0 commit comments

Comments
 (0)