Skip to content

Commit

Permalink
Add .travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
eddmann committed Oct 24, 2016
1 parent b20a6cd commit 7a80b38
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
language: php

php:
- 5.6
- 7.0
- hhvm

env:
- SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*
- SYMFONY_VERSION=3.1.*

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
- composer require symfony/console:${SYMFONY_VERSION}

script: bin/phpunit

0 comments on commit 7a80b38

Please sign in to comment.