-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (33 loc) · 903 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
36
37
38
39
language: haxe
haxe:
- "3.4.3"
- development
matrix:
allow_failures:
- haxe: development
install:
- haxelib install hxcpp
- haxelib install hxcs
- haxelib install hxjava
- haxelib install hxnodejs
- haxelib install format
- haxelib install thx.semver
- haxelib install dox
- haxelib git om.core https://github.com/tong/om.core
script:
- haxe doc.hxml
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: doc
on:
branch: master
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/e3b824f44516f381cfde
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: always # default: false