Skip to content

Commit b2a8720

Browse files
committed
update travis config (again)
1 parent 1aa3a7e commit b2a8720

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ php:
66
- 5.5
77

88
env:
9-
- SYMFONY_VERSION=2.0.7
9+
# - SYMFONY_VERSION=2.0.7
1010
- SYMFONY_VERSION=2.1.*
11-
- SYMFONY_VERSION=dev-master
11+
- SYMFONY_VERSION=2.2.*
12+
# - SYMFONY_VERSION=dev-master
1213

1314
before_script:
1415
- curl -s http://getcomposer.org/installer | php
15-
- php composer.phar require symfony/symfony:${SYMFONY_VERSION} --dev
16+
- php composer.phar require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
17+
- php composer.phar update
1618

1719
script: phpunit --coverage-text

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"symfony/framework-bundle": "dev-master",
14+
"symfony/framework-bundle": ">=2.1,<2.4-dev",
1515
"willdurand/geocoder": "~1.0",
16-
"symfony/console": ">=2.1,<2.3-dev"
16+
"symfony/console": ">=2.1,<2.4-dev"
1717
},
1818
"require-dev": {
19-
"symfony/yaml": ">=2.1,<2.3-dev"
19+
"symfony/yaml": ">=2.1,<2.4-dev"
2020
},
2121
"autoload": {
2222
"psr-0": { "Bazinga\\Bundle\\GeocoderBundle": "" }

0 commit comments

Comments
 (0)