We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df69ac commit 4c3d579Copy full SHA for 4c3d579
1 file changed
.travis.yml
@@ -9,7 +9,7 @@ php:
9
matrix:
10
allow_failures:
11
- php: hhvm
12
-before_script: composer update --dev
+before_script: apt-get install php-soap; composer update --dev
13
script: php vendor/phpunit/phpunit/phpunit.php
14
notifications:
15
slack: eduid:JJc9VL5htezKWr40wEUTug8K
0 commit comments