Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
a5dd2b55
Commit
a5dd2b55
authored
Nov 24, 2014
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplified the build matrix
parent
ec53f07e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
.travis.yml
.travis.yml
+10
-8
No files found.
.travis.yml
View file @
a5dd2b55
language
:
php
env
:
-
SYMFONY_DEPS_VERSION=2.3
-
SYMFONY_DEPS_VERSION=2.4
-
SYMFONY_DEPS_VERSION=2.5
-
SYMFONY_DEPS_VERSION=2.6
-
SYMFONY_DEPS_VERSION=2.7
before_script
:
# symfony/*
-
sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.7' ]; then sed -i 's/~2.3/2.7.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
-
sh -c "if [ '$SYMFONY_DEPS_VERSION' = '
2.6
' ]; then sed -i 's/~2.3/2.6.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
-
sh -c "if [ '$SYMFONY_DEPS_VERSION' = '' ]; then sed -i 's/~2.3/2.6.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
-
sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.5' ]; then sed -i 's/~2.3/2.5.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
-
sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.4' ]; then sed -i 's/~2.3/2.4.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
-
sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/~2.3/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
...
...
@@ -28,3 +21,12 @@ php:
matrix
:
allow_failures
:
-
php
:
hhvm
include
:
-
php
:
5.6
env
:
SYMFONY_DEPS_VERSION=2.3
-
php
:
5.6
env
:
SYMFONY_DEPS_VERSION=2.4
-
php
:
5.6
env
:
SYMFONY_DEPS_VERSION=2.5
-
php
:
5.6
env
:
SYMFONY_DEPS_VERSION=2.7
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment