travis: clean on build failure
authorMichael Wallner <mike@php.net>
Wed, 18 Jul 2018 11:23:18 +0000 (13:23 +0200)
committerMichael Wallner <mike@php.net>
Wed, 18 Jul 2018 11:23:18 +0000 (13:23 +0200)
.travis.yml
scripts/gen_travis_yml.php

index 41dc98aefb26e24d769487193784a183222a0b75..fc0bb7f21996e08a2086bac94b35b9ecde917ed5 100644 (file)
@@ -41,7 +41,7 @@ env:
 install:
  - ./travis/brotli.sh v1.0.2
  - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi
- - make -f travis/pecl/Makefile php
+ - make -f travis/pecl/Makefile php || make -f travis/pecl/Makefile clean php
  - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master
  - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master
 
index 68f9b863a81545a94f96c5d7cde04ad018ecba26..bd62c6dff7456f5c9e0abb2f48d4352488c95889 100755 (executable)
@@ -82,7 +82,7 @@ foreach ($env as $grp) {
 install:
  - ./travis/brotli.sh v1.0.2
  - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi
- - make -f travis/pecl/Makefile php
+ - make -f travis/pecl/Makefile php || make -f travis/pecl/Makefile clean php
  - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master
  - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master