Skip to content

Commit

Permalink
Merge branch 'simplify-builds' into 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Sep 19, 2018
1 parent 087723a commit 79c0e0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
25 changes: 2 additions & 23 deletions .travis.yml
Expand Up @@ -14,31 +14,10 @@ env:
- COMPOSER_ALLOW_XDEBUG=0
- SYMFONY_DEPRECATIONS_HELPER='weak_vendors'

jobs:
include:
# Latest dependencies with all PHP versions
- php: 7.1
- php: 7.2

# Ignore the platform requirements for the upcoming PHP version
- php: nightly
env: COMPOSER_FLAGS='--ignore-platform-reqs'

# Lowest dependencies with the oldest and latest PHP versions
- php: 7.1
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7.2
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'

allow_failures:
- php: nightly

before_install:
- phpenv config-rm xdebug.ini || true
php: 7.2

install:
# To be removed when this is resolved: https://github.com/composer/composer/issues/5355
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --no-interaction --no-suggest; fi
- phpenv config-rm xdebug.ini || true
- composer update $COMPOSER_FLAGS --no-interaction --no-suggest

script:
Expand Down
1 change: 0 additions & 1 deletion README.md
@@ -1,6 +1,5 @@
# Contao 4 calendar bundle

[![](https://img.shields.io/travis/contao/calendar-bundle/master.svg?style=flat-square)](https://travis-ci.org/contao/calendar-bundle/)
[![](https://img.shields.io/packagist/v/contao/calendar-bundle.svg?style=flat-square)](https://packagist.org/packages/contao/calendar-bundle)
[![](https://img.shields.io/packagist/dt/contao/calendar-bundle.svg?style=flat-square)](https://packagist.org/packages/contao/calendar-bundle)

Expand Down
43 changes: 0 additions & 43 deletions appveyor.yml

This file was deleted.

0 comments on commit 79c0e0f

Please sign in to comment.