Skip to content

Commit b0583eb

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent 51d099e commit b0583eb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
language: php
2+
23
php:
34
- 5.3
45
- 5.6
5-
- hhvm
6+
7+
# also test against HHVM, but require "trusty" and ignore errors
8+
matrix:
9+
include:
10+
- php: hhvm
11+
dist: trusty
12+
allow_failures:
13+
- php: hhvm
14+
615
env:
716
- LOGIN=username:password@localhost
17+
818
install:
919
- sudo apt-get -qq update && sudo apt-get --no-install-recommends -qq install -y asterisk
1020
- sudo cp tests/username.conf /etc/asterisk/manager.d/username.conf
1121
- sudo /etc/init.d/asterisk reload
1222
- composer install --prefer-source --no-interaction
23+
1324
script:
1425
- sudo /etc/init.d/asterisk status || sudo /etc/init.d/asterisk start
1526
- sudo /etc/init.d/asterisk status || sleep 2

0 commit comments

Comments
 (0)