Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aae6e7 + bbe24bb commit d33b780Copy full SHA for d33b780
1 file changed
.travis.yml
@@ -10,26 +10,28 @@ matrix:
10
allow_failures:
11
- php: hhvm
12
13
+sudo: false
14
+
15
+cache:
16
+ directories:
17
+ - $HOME/.composer/cache/files
18
19
env:
20
- SYMFONY_VERSION='2.8.*'
21
- SYMFONY_VERSION='3.0.*'
22
- SYMFONY_VERSION='3.1.*'
23
-before_script:
24
+before_install:
25
+ - phpenv config-rm xdebug.ini || true
26
- php -i | grep "ICU version"
27
- composer self-update
28
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
- - composer install --dev --prefer-source
29
-script: phpunit --coverage-text
30
+install: composer update --prefer-dist
31
32
+script: phpunit
33
34
notifications:
35
email:
36
- [email protected]
37
-
-sudo: false
-cache:
- directories:
- - $HOME/.composer/cache
0 commit comments