Skip to content

Commit

Permalink
update travis haxe recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Aug 16, 2016
1 parent 86d730a commit 1e50a96
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
@@ -1,21 +1,14 @@
sudo: required
language: haxe
addons:
apt:
packages:
- cmake
- libbcel-java
- openjdk-6-jdk
- libgd-gd2-perl
- nodejs
- ocaml
- camlp4
- neko
- nodejs
script:
- git clone --recursive git://github.com/HaxeFoundation/haxe.git
- cd haxe
- make
- sudo make install
- cd ..
- mkdir build
- cd build
- cmake ..
Expand Down

0 comments on commit 1e50a96

Please sign in to comment.