Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adi committed Apr 8, 2015
1 parent 910e009 commit e958f12
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
git:
depth: 1

language: java

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update -y
- sudo apt-get install haxe -y
- mkdir -p ~/.haxe/lib
- echo ~/.haxe/lib | haxelib setup
- haxelib install nape

script:
- haxe build.hxml
language: haxe
haxe:
- "3.1.3"
hxml:
- build.hxml

0 comments on commit e958f12

Please sign in to comment.