Skip to content
Snippets Groups Projects
Commit f1e19c71 authored by David Alger's avatar David Alger
Browse files

Trimmed matrix exclusions to reflect current test divisions

parent 86e2ac86
Branches
Tags
No related merge requests found
...@@ -25,13 +25,9 @@ cache: ...@@ -25,13 +25,9 @@ cache:
matrix: matrix:
exclude: exclude:
- php: 5.6 - php: 5.6
env: TEST_SUITE=static_phpcs env: TEST_SUITE=static
- php: 5.6
env: TEST_SUITE=static_annotation
- php: 7.0
env: TEST_SUITE=static_phpcs
- php: 7.0 - php: 7.0
env: TEST_SUITE=static_annotation env: TEST_SUITE=static
before_install: ./dev/travis/before_install.sh before_install: ./dev/travis/before_install.sh
before_script: ./dev/travis/before_script.sh before_script: ./dev/travis/before_script.sh
script: ./dev/travis/script.sh script: ./dev/travis/script.sh
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment