File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.3
4
+ # - 5.3 # requires old distro, see below
5
5
- 5.4
6
6
- 5.5
7
7
- 5.6
8
8
- 7.0
9
9
- 7.1
10
+ - hhvm # ignore errors, see below
11
+
12
+ # lock distro so new future defaults will not break the build
13
+ dist : trusty
10
14
11
- # also test against HHVM, but require "trusty" and ignore errors
12
15
matrix :
13
16
include :
14
- - php : hhvm
15
- dist : trusty
17
+ - php : 5.3
18
+ dist : precise
16
19
allow_failures :
17
20
- php : hhvm
18
21
@@ -23,7 +26,7 @@ install:
23
26
- sudo apt-get -qq update && sudo apt-get --no-install-recommends -qq install -y asterisk
24
27
- sudo cp tests/username.conf /etc/asterisk/manager.d/username.conf
25
28
- sudo /etc/init.d/asterisk reload
26
- - composer install --prefer-source -- no-interaction
29
+ - composer install --no-interaction
27
30
28
31
script :
29
32
- sudo /etc/init.d/asterisk status || sudo /etc/init.d/asterisk start
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " >=5.3" ,
15
- "evenement/evenement" : " ~1.0|~2.0" ,
16
15
"react/promise" : " ~1.0|~2.0" ,
17
16
"react/socket-client" : " 0.3.*|0.4.*" ,
18
17
"react/event-loop" : " 0.3.*|0.4.*"
You can’t perform that action at this time.
0 commit comments