forked from ONLYOFFICE/document-server-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
64 lines (48 loc) · 1.42 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
services: docker
env:
- path: nginx/minimal
url: http://localhost
- path: nginx/proxy-to-virtual-path
url: http://localhost/documentserver-virtual-path
- path: nginx/proxy-https-to-http
ssl: true
config: ../../../nginx/proxy-https-to-http.conf
url: https://localhost
- path: apache/minimal
url: http://localhost
- path: apache/proxy-to-virtual-path
url: http://localhost/documentserver-virtual-path
- path: apache/proxy-https-to-http
ssl: true
config: ../../../apache/proxy-https-to-http.conf
url: https://localhost
- path: apache/proxy-https-to-https
ssl: true
ssl_backend: true
config: ../../../apache/proxy-https-to-https.conf
url: https://localhost
- path: haproxy/minimal
url: http://localhost
- path: haproxy/cluster
url: http://localhost
- path: haproxy/hot-standby
config: ../../../haproxy/hot-standby.cfg
url: http://localhost
- path: haproxy/proxy-to-virtual-path
url: http://localhost/documentserver-virtual-path
- path: haproxy/proxy-https-to-http
ssl: true
config: ../../../haproxy/proxy-https-to-http.cfg
url: https://localhost
- path: traefik/minimal
url: http://localhost
- path: traefik/proxy-https-to-http
ssl: true
config: ../../../traefik/proxy-https-to-http.toml
url: https://localhost
script:
# Go to tests dir
- cd ${PWD}/tests
# Run test.
- ./test.sh