Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Configure Travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Merlet committed Apr 1, 2015
1 parent 9514a19 commit e47ce07
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6

env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="2.5.*"
- SYMFONY_VERSION="2.6.*"

before_script:
- composer install
- composer require symfony/http-kernel:${SYMFONY_VERSION}

script:
- phpunit

branches:
only:
- master
- master

0 comments on commit e47ce07

Please sign in to comment.