mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-27 10:22:38 +00:00
Allow failures in PHP7
This commit is contained in:
parent
2c972b3bff
commit
16b8a8bb49
@ -1,9 +1,12 @@
|
|||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 5.4
|
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: 5.6
|
||||||
|
- php: 7.0
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
# Install Apache
|
# Install Apache
|
||||||
@ -28,4 +31,4 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml
|
- mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml
|
||||||
- php vendor/bin/robo run:tests
|
- php vendor/bin/robo test:acceptance
|
||||||
|
Loading…
Reference in New Issue
Block a user