forked from voryx/Thruway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
69 lines (61 loc) · 1.2 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
65
66
67
68
language: php
sudo: required
services:
- docker
matrix:
include:
- php: 5.6
env:
- qaExtended=true
- php: 7.0
env:
- qaExtended=true
- php: 7.1
- php: 7.2
env:
- dropPlatform=false
- php: nightly
env:
- dropPlatform=false
- php: 5.6
env:
- dependencies=lowest
- php: 7.0
env:
- dependencies=lowest
- php: 7.1
env:
- dependencies=lowest
- php: 7.2
env:
- dependencies=lowest
- dropPlatform=false
- php: nightly
env:
- dependencies=lowest
- dropPlatform=false
- php: 5.6
env:
- dependencies=highest
- php: 7.0
env:
- dependencies=highest
- php: 7.1
env:
- dependencies=highest
- php: 7.2
env:
- dependencies=highest
- dropPlatform=false
- php: nightly
env:
- dependencies=highest
- dropPlatform=false
before_install:
- export PATH=$HOME/.local/bin:$PATH
before_script:
- sh tests/Crossbar/travis_install
- composer install
script:
- php tests/TestServer.php 20 & vendor/bin/phpunit
- sh tests/Crossbar/run_tests