-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
35 lines (29 loc) · 869 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
sudo: required
dist: trusty
language: haxe
os:
- linux
# you can specify futher versions as found at http://haxe.org/website-content/downloads/versions.json
haxe:
- stable
- development
matrix:
allow_failures:
- haxe: development
install:
- haxelib install travix
# to always use the latest version of travix comment out the previous line and uncomment the next
# - haxelib git travix https://github.com/back2dos/travix && pushd . && cd $(haxelib config)travix/git && haxe build-neko.hxml && popd
- haxelib run travix install
script:
- haxelib run travix interp
- haxelib run travix neko
- haxelib run travix python
- haxelib run travix node
- haxelib run travix js
- haxelib run travix flash
- haxelib run travix java
- haxelib run travix cpp
- haxelib run travix cs
- haxelib run travix php7
- haxelib run travix lua