Skip to content

Commit d921749

Browse files
committed
Install asterisk to run functional test
1 parent 875129a commit d921749

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ php:
33
- 5.3
44
- 5.6
55
- hhvm
6-
before_script:
6+
install:
7+
- sudo apt-get install -y asterisk
8+
- export LOGIN='user:pass@localhost'
79
- composer install --prefer-source --no-interaction
810
script:
911
- phpunit --coverage-text

0 commit comments

Comments
 (0)