forked from haxeui/haxeui-pdcurses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (23 loc) · 677 Bytes
/
Copy path.travis.yml
File metadata and controls
30 lines (23 loc) · 677 Bytes
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
sudo: false
language: haxe
dist: trusty
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/593f9ec49210b8694911
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
os:
- linux
haxe:
- "3.2.1"
- development
before_install:
- git clone --branch $TRAVIS_BRANCH https://github.com/haxeui/haxeui-core.git --depth=1
- haxelib dev haxeui-core haxeui-core
install:
- haxelib install hscript
#- haxelib dev haxeui-html5 $TRAVIS_BUILD_DIR
script:
- haxe build.hxml