-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
25 lines (22 loc) · 908 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
language: node_js
node_js: 8
matrix:
include:
- os: linux
dist: xenial
sudo: required
- os: osx
install:
- npm install -g lix
- lix download
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:ondrej/php && sudo apt-get update && sudo apt-get install -y --no-install-recommends php7.1 php7.1-mbstring ; fi
script:
- lix download
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then haxelib run travix python ; fi
- haxelib run travix node
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then haxelib run travix js ; fi
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then haxelib run travix java ; fi
- haxelib run travix cpp
- haxelib run travix cs
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then haxelib run travix php ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then haxelib run travix lua ; fi