소스 검색

Merge pull request #2596 from hason/travis

Enabled Symfony 2.6 and 2.7 and disabled Symfony 3.x in travis
Thomas 10 년 전
부모
커밋
2453498218
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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