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 a969e63 commit 33a03f0Copy full SHA for 33a03f0
.travis.yml
@@ -1,24 +1,23 @@
1
-sudo: false
2
-
3
language: php
4
+dist: trusty
+sudo: false
5
+
6
cache:
7
directories:
8
- $HOME/.composer/cache/files
9
- .phpunit
10
-php:
11
- - 5.3
12
- - 5.4
13
- - 5.5
14
- - 7.0
15
- - hhvm
+env:
+ global:
+ - SYMFONY_PHPUNIT_DIR=.phpunit
16
17
matrix:
18
fast_finish: true
19
include:
20
- php: 5.3
21
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
+ dist: precise
22
# Test against Symfony LTS versions
23
- php: 5.6
24
env: SYMFONY_VERSION="2.7.*"
@@ -27,6 +26,9 @@ matrix:
27
26
# Test against dev versions
28
29
env: DEPENDENCIES=dev
+ - php: 7.0
30
+ - php: 7.1
31
+ - php: hhvm
32
allow_failures:
33
- env: DEPENDENCIES=dev
34
0 commit comments