Skip to content

Commit 21f8516

Browse files
committed
Update Travis distro to precise, except for legacy PHP
1 parent 42e52ae commit 21f8516

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
language: php
22

33
php:
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
1515
matrix:
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

3131
script:
3232
- sudo /etc/init.d/asterisk status || sudo /etc/init.d/asterisk start

0 commit comments

Comments
 (0)