mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Removes PHPCS env from Travis build
This commit is contained in:
parent
738581f0f5
commit
a5310080f6
@ -8,7 +8,6 @@ env:
|
|||||||
- DB=MYSQL CORE_RELEASE=3.1
|
- DB=MYSQL CORE_RELEASE=3.1
|
||||||
- DB=PGSQL CORE_RELEASE=3.1
|
- DB=PGSQL CORE_RELEASE=3.1
|
||||||
- DB=SQLITE3 CORE_RELEASE=3.1
|
- DB=SQLITE3 CORE_RELEASE=3.1
|
||||||
- PHPCS=1 CORE_RELEASE=3.1
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
@ -16,12 +15,9 @@ matrix:
|
|||||||
env: DB=PGSQL CORE_RELEASE=3.1
|
env: DB=PGSQL CORE_RELEASE=3.1
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=SQLITE3 CORE_RELEASE=3.1
|
env: DB=SQLITE3 CORE_RELEASE=3.1
|
||||||
- php: 5.4
|
|
||||||
env: PHPCS=1 CORE_RELEASE=3.1
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: DB=PGSQL CORE_RELEASE=3.1
|
- env: DB=PGSQL CORE_RELEASE=3.1
|
||||||
- env: DB=SQLITE3 CORE_RELEASE=3.1
|
- env: DB=SQLITE3 CORE_RELEASE=3.1
|
||||||
- env: PHPCS=1 CORE_RELEASE=3.1
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user