Skip to content

Commit 8f5c556

Browse files
committed
Merge branch '1.x'
2 parents ed04695 + 2f52d92 commit 8f5c556

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6-
- 5.5
76
- 5.6
87
- 7.0
98
- hhvm
@@ -17,9 +16,11 @@ matrix:
1716
- php: 5.6
1817
env: SYMFONY_VERSION='2.3.*'
1918
- php: 5.6
20-
env: SYMFONY_VERSION='2.8.*@dev'
19+
env: SYMFONY_VERSION='2.5.*'
2120
- php: 5.6
22-
env: SYMFONY_VERSION='3.0.*@dev'
21+
env: SYMFONY_VERSION='2.8.*'
22+
- php: 5.6
23+
env: SYMFONY_VERSION='3.0.*'
2324

2425
sudo: false
2526

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"authors": [
99
{
1010
"name": "William Durand",
11-
"email": "[email protected]"
11+
"email": "[email protected]"
1212
},
1313
{
1414
"name": "FriendsOfSymfony Community",

0 commit comments

Comments
 (0)