File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.3
4+ # - 5.3 # requires old distro, see below
55 - 5.4
66 - 5.5
77 - 5.6
88 - 7.0
99 - 7.1
10+ - hhvm # ignore errors, see below
1011
1112# lock distro so new future defaults will not break the build
12- dist : precise
13+ dist : trusty
1314
14- # also test against HHVM, but require "trusty" and ignore errors
1515matrix :
1616 include :
17- - php : hhvm
18- dist : trusty
17+ - php : 5.3
18+ dist : precise
1919 allow_failures :
2020 - php : hhvm
2121
@@ -26,7 +26,7 @@ install:
2626 - sudo apt-get -qq update && sudo apt-get --no-install-recommends -qq install -y asterisk
2727 - sudo cp tests/username.conf /etc/asterisk/manager.d/username.conf
2828 - sudo /etc/init.d/asterisk reload
29- - composer install --prefer-source -- no-interaction
29+ - composer install --no-interaction
3030
3131script :
3232 - sudo /etc/init.d/asterisk status || sudo /etc/init.d/asterisk start
You can’t perform that action at this time.
0 commit comments