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
2a4c4b39
Commit
2a4c4b39
authored
May 26, 2016
by
Romain Neutron
Committed by
Fabien Potencier
May 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable xdebug on travis
parent
1d119228
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.travis.yml
.travis.yml
+3
-0
No files found.
.travis.yml
View file @
2a4c4b39
...
@@ -6,6 +6,9 @@ cache:
...
@@ -6,6 +6,9 @@ cache:
directories
:
directories
:
-
$HOME/.composer/cache
-
$HOME/.composer/cache
before_install
:
-
if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
before_script
:
before_script
:
# symfony/*
# symfony/*
-
sh -c "if [ '$TWIG_VERSION' != '2.0' ]; then sed -i 's/~1.8|~2.0/~1.8/g' composer.json; composer update; fi"
-
sh -c "if [ '$TWIG_VERSION' != '2.0' ]; then sed -i 's/~1.8|~2.0/~1.8/g' composer.json; composer update; fi"
...
...
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