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.
2 parents 201ca31 + db98521 commit 47be1b0Copy full SHA for 47be1b0
.travis.yml
@@ -3,7 +3,6 @@ language: php
3
php:
4
- 5.6
5
- 7.0
6
- - hhvm
7
8
sudo: false
9
@@ -28,6 +27,8 @@ matrix:
28
27
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak SYMFONY_VERSION="2.8.* phpcr/phpcr:2.1.2"
29
- php: 7.1
30
env: SYMFONY_VERSION=3.1.*
+ - php: hhvm
31
+ dist: trusty
32
fast_finish: true
33
34
before_install:
phpunit.xml.dist
@@ -26,9 +26,6 @@
26
<directory>src/</directory>
<exclude>
<directory>Resources/</directory>
- <directory>Admin/</directory>
- <directory>Tests/</directory>
- <directory>vendor/</directory>
</exclude>
</whitelist>
</filter>
0 commit comments