Skip to content

Commit

Permalink
Clean build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 28, 2017
1 parent 7a4a26d commit 2917ebe
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,49 +26,26 @@ env:
- CFLAGS="-g3 -O0 -Wall -fvisibility=hidden"
- REPORT_EXIT_STATUS=1
- PATH="${HOME}/bin:${PATH}"
- RE2C_VERSION="1.0.3"
- ZEPHIR_PARSER_VERSION="v1.1.1"
matrix:
- CC="gcc" RE2C_VERSION="0.13.6" ZEPHIR_PARSER_VERSION="v1.1.1"
- CC="clang" RE2C_VERSION="0.13.6" ZEPHIR_PARSER_VERSION="v1.1.1"
- CC="gcc" RE2C_VERSION="0.13.6" ZEPHIR_PARSER_VERSION="development"
- CC="clang" RE2C_VERSION="0.13.6" ZEPHIR_PARSER_VERSION="development"
- CC="gcc" RE2C_VERSION="1.0.3" ZEPHIR_PARSER_VERSION="v1.1.1"
- CC="clang" RE2C_VERSION="1.0.3" ZEPHIR_PARSER_VERSION="v1.1.1"
- CC="gcc" RE2C_VERSION="1.0.3" ZEPHIR_PARSER_VERSION="development"
- CC="clang" RE2C_VERSION="1.0.3" ZEPHIR_PARSER_VERSION="development"
- CC="gcc"
- CC="clang"

matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 7.2
exclude:
- env: CC="gcc"
compiler: clang
- env: CC="clang"
compiler: gcc
include:
- env: CC="gcc" RE2C_VERSION="0.13.6" ZEPHIR_PARSER_VERSION="v1.1.1"
php: nightly
compiler: gcc
- env: CC="gcc" RE2C_VERSION="1.0.3" ZEPHIR_PARSER_VERSION="v1.1.1"
php: nightly
compiler: gcc
- env: CC="gcc" RE2C_VERSION="0.13.6" ZEPHIR_PARSER_VERSION="development"
php: nightly
compiler: gcc
- env: CC="gcc" RE2C_VERSION="1.0.3" ZEPHIR_PARSER_VERSION="development"
- env: CC="gcc"
php: nightly
compiler: gcc
- env: CC="clang" RE2C_VERSION="0.13.6" ZEPHIR_PARSER_VERSION="v1.1.1"
php: nightly
compiler: clang
- env: CC="clang" RE2C_VERSION="1.0.3" ZEPHIR_PARSER_VERSION="v1.1.1"
php: nightly
compiler: clang
- env: CC="clang" RE2C_VERSION="0.13.6" ZEPHIR_PARSER_VERSION="development"
php: nightly
compiler: clang
- env: CC="clang" RE2C_VERSION="1.0.3" ZEPHIR_PARSER_VERSION="development"
- env: CC="clang"
php: nightly
compiler: clang

Expand Down

0 comments on commit 2917ebe

Please sign in to comment.