We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d099e commit b0583ebCopy full SHA for b0583eb
.travis.yml
@@ -1,15 +1,26 @@
1
language: php
2
+
3
php:
4
- 5.3
5
- 5.6
- - 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
14
15
env:
16
- LOGIN=username:password@localhost
17
18
install:
19
- sudo apt-get -qq update && sudo apt-get --no-install-recommends -qq install -y asterisk
20
- sudo cp tests/username.conf /etc/asterisk/manager.d/username.conf
21
- sudo /etc/init.d/asterisk reload
22
- composer install --prefer-source --no-interaction
23
24
script:
25
- sudo /etc/init.d/asterisk status || sudo /etc/init.d/asterisk start
26
- sudo /etc/init.d/asterisk status || sleep 2
0 commit comments