1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Implement conditional build

This will make cron builds fail, which is a bit more noticeable than an
allowed failure.
This commit is contained in:
Grégoire Paris 2017-12-17 20:38:36 +01:00
parent 8ca7db8852
commit ad3c3f4114
No known key found for this signature in database
GPG Key ID: 24D48B8012B116BF

View File

@ -56,9 +56,10 @@ jobs:
install: travis_retry composer update --prefer-dist --prefer-lowest
- stage: Test
env: DB=sqlite STABILITY=dev
if: type = cron
env: DB=sqlite
install:
- composer config minimum-stability $STABILITY
- composer config minimum-stability dev
- travis_retry composer update --prefer-dist
- stage: Test
@ -93,7 +94,6 @@ jobs:
allow_failures:
- php: nightly
- env: DB=sqlite STABILITY=dev
cache:
directories: