Skip to content

Commit

Permalink
travis CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas MURE committed Nov 24, 2016
1 parent 1412005 commit 0ca2579
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: php
php:
- '5.3'
- '7.0'

env:
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="3.0.*"
matrix:
include:
- php: 5.3
env:
- SYMFONY_VERSION='2.5.*'
- php: 7.0
env:
- SYMFONY_VERSION='3.0.*'

before_install:
- mkdir -p build/logs
- composer self-update
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'

install:
- composer require satooshi/php-coveralls '~1.0'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": "~2.4|~3.0",
"symfony/framework-bundle": "~2.5|~3.0",
"jaybizzle/crawler-detect": "1.*"
},
"autoload": {
Expand Down

0 comments on commit 0ca2579

Please sign in to comment.