Skip to content

Commit 1aa3a7e

Browse files
committed
update travis config
1 parent 22aaad5 commit 1aa3a7e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

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

88
env:
9-
- SYMFONY_VERSION=2.0.*
9+
- SYMFONY_VERSION=2.0.7
1010
- SYMFONY_VERSION=2.1.*
1111
- SYMFONY_VERSION=dev-master
1212

1313
before_script:
1414
- curl -s http://getcomposer.org/installer | php
15-
- php composer.phar require symfony/framework-bundle:${SYMFONY_VERSION}
16-
- php composer.phar install --dev
15+
- php composer.phar require symfony/symfony:${SYMFONY_VERSION} --dev
1716

1817
script: phpunit --coverage-text

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"symfony/framework-bundle": ">=2.1,<2.3-dev",
14+
"symfony/framework-bundle": "dev-master",
1515
"willdurand/geocoder": "~1.0",
1616
"symfony/console": ">=2.1,<2.3-dev"
1717
},

0 commit comments

Comments
 (0)