Skip to content

Commit 67eb585

Browse files
committed
Updated Travis CI configuration
1 parent 7f2ef8b commit 67eb585

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

.travis.yml

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,24 @@
11
language: php
22
sudo: false
33

4-
env:
5-
global:
6-
- deps="no"
7-
- SYMFONY_VERSION=""
4+
cache:
5+
directories:
6+
- $HOME/.composer/cache/files
87

98
matrix:
109
fast_finish: true
1110
include:
1211
- php: 5.3
13-
- php: 5.3
14-
env: deps="low"
1512
- php: 5.4
1613
- php: 5.5
1714
- php: 5.6
18-
- php: 5.6
19-
env: SYMFONY_VERSION="2.3.x"
20-
- php: 5.6
21-
env: SYMFONY_VERSION="2.6.x"
22-
- php: 5.6
23-
env: SYMFONY_VERSION="2.7.x"
24-
- php: 5.6
25-
env: SYMFONY_VERSION="2.8.x-dev"
2615
- php: hhvm
2716
- php: nightly
2817
allow_failures:
2918
- php: hhvm
30-
- php: nightly
31-
- env: SYMFONY_VERSION="2.7.x-dev"
32-
- env: SYMFONY_VERSION="2.8.x-dev"
33-
34-
before_install:
35-
- composer self-update
36-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony:$SYMFONY_VERSION; fi
3719

3820
install:
39-
- if [ "$deps" = "low" ]; then composer update --prefer-lowest; fi
40-
- if [ "$deps" != "low" ]; then composer install; fi
21+
- composer install
4122

4223
script:
4324
- phpunit -c app

0 commit comments

Comments
 (0)