Browse Source

[2.3] Added Symfony 2.6 and 2.7 to .travis.yml

Andrej Hudec 10 years ago
parent
commit
676e2446a0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -11,7 +11,8 @@ env:
   - SYMFONY_VERSION=2.3.*
   - SYMFONY_VERSION=2.4.*
   - SYMFONY_VERSION=2.5.*
-  - SYMFONY_VERSION=dev-master
+  - SYMFONY_VERSION=2.6.*
+  - SYMFONY_VERSION=2.7.*@dev
 
 before_script:
   - composer require symfony/symfony:${SYMFONY_VERSION} --no-update