Skip to content

Commit

Permalink
Merge 2.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Sep 21, 2017
2 parents 3952160 + 5d59786 commit ed97e85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ matrix:
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '7.1'
env: SYMFONY=2.8.*
- php: '7.1'
env: SYMFONY=3.1.*
- php: '7.1'
env: SYMFONY=3.2.*
- php: '7.1'
env: SYMFONY=3.3.*
- php: '7.1'
env: SYMFONY=dev-master@dev
- php: '7.1'
Expand Down
1 change: 1 addition & 0 deletions .travis/before_install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then
TRAVIS_INI_FILE="$PHP_INI_DIR/travis.ini"
echo "memory_limit=3072M" >> "$TRAVIS_INI_FILE"


fi

sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json
Expand Down
3 changes: 2 additions & 1 deletion .travis/before_script_test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
set -ev

0 comments on commit ed97e85

Please sign in to comment.