Skip to content

Commit

Permalink
Install asterisk to run functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 2, 2014
1 parent 53a787e commit 565ab8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ php:
- 5.3
- 5.6
- hhvm
before_script:
install:
- sudo apt-get install -y asterisk
- export LOGIN='user:pass@localhost'
- composer install --prefer-source --no-interaction
script:
- phpunit --coverage-text

0 comments on commit 565ab8c

Please sign in to comment.