Skip to content

Commit 33a03f0

Browse files
committed
fixed Travis PHP 5.3, simplified config
1 parent a969e63 commit 33a03f0

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
sudo: false
2-
31
language: php
42

3+
dist: trusty
4+
sudo: false
5+
56
cache:
67
directories:
78
- $HOME/.composer/cache/files
89
- .phpunit
910

10-
php:
11-
- 5.3
12-
- 5.4
13-
- 5.5
14-
- 7.0
15-
- hhvm
11+
env:
12+
global:
13+
- SYMFONY_PHPUNIT_DIR=.phpunit
1614

1715
matrix:
1816
fast_finish: true
1917
include:
2018
- php: 5.3
2119
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
20+
dist: precise
2221
# Test against Symfony LTS versions
2322
- php: 5.6
2423
env: SYMFONY_VERSION="2.7.*"
@@ -27,6 +26,9 @@ matrix:
2726
# Test against dev versions
2827
- php: 5.6
2928
env: DEPENDENCIES=dev
29+
- php: 7.0
30+
- php: 7.1
31+
- php: hhvm
3032
allow_failures:
3133
- env: DEPENDENCIES=dev
3234

0 commit comments

Comments
 (0)