Explorar o código

Merge pull request #2921 from Nexylan/travis-extend

Add Symfony 2.8 on Travis
Thomas %!s(int64=10) %!d(string=hai) anos
pai
achega
a9c82fbc38
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -21,9 +21,12 @@ matrix:
       env: SYMFONY_VERSION=2.5.*
     - php: 5.6
       env: SYMFONY_VERSION=2.7.*@dev
+    - php: 5.6
+      env: SYMFONY_VERSION=2.8.*@dev
   allow_failures:
     - php: hhvm
     - env: SYMFONY_VERSION=2.7.*@dev
+    - env: SYMFONY_VERSION=2.8.*@dev
     - php: nightly
 
 before_script: