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 875129a commit d921749Copy full SHA for d921749
1 file changed
.travis.yml
@@ -3,7 +3,9 @@ php:
3
- 5.3
4
- 5.6
5
- hhvm
6
-before_script:
+install:
7
+ - sudo apt-get install -y asterisk
8
+ - export LOGIN='user:pass@localhost'
9
- composer install --prefer-source --no-interaction
10
script:
11
- phpunit --coverage-text
0 commit comments