Skip to content

Commit

Permalink
add dev stability dependencies build job
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Oct 22, 2016
1 parent 93cf818 commit 7073f41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -8,13 +8,13 @@ cache:

env:
global:
- deps=""
- COMPOSER_OPTIONS="--prefer-stable"

matrix:
fast_finish: true
include:
- php: 5.3
env: deps="low"
env: COMPOSER_OPTIONS="--prefer-lowest"
- php: 5.4
- php: 5.5
- php: 5.6
Expand All @@ -24,6 +24,7 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION="3.1.x"
- php: 7.0
env: COMPOSER_OPTIONS=""
- php: hhvm

before_install:
Expand All @@ -33,5 +34,4 @@ before_install:
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --dev --no-update; fi

install:
- if [ "$deps" = "" ]; then composer install; fi
- if [ "$deps" = "low" ]; then composer update --prefer-lowest --prefer-stable --prefer-dist; fi
- composer update $COMPOSER_OPTIONS
2 changes: 2 additions & 0 deletions composer.json
Expand Up @@ -30,8 +30,10 @@
"matthiasnoback/symfony-dependency-injection-test": "~0.7",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/security-bundle": "~2.3|~3.0",
"symfony/yaml": "^2.7||^3.1",
"mikey179/vfsStream": "1.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Asm\\TranslationLoaderBundle\\": ""
Expand Down

0 comments on commit 7073f41

Please sign in to comment.