mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-22 05:06:07 +03:00
fix stages
This commit is contained in:
parent
799c260189
commit
033bac97cf
@ -4,10 +4,6 @@ dist: trusty
|
|||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
php:
|
|
||||||
- 7.0
|
|
||||||
- 7.1
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ROBO_CONFIG=$(TRAVIS_BUILD_DIR)/tests/robo.yml
|
- ROBO_CONFIG=$(TRAVIS_BUILD_DIR)/tests/robo.yml
|
||||||
@ -36,6 +32,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
script: composer test
|
script: composer test
|
||||||
|
php: 7.0
|
||||||
|
- stage: test
|
||||||
|
script: composer test
|
||||||
|
php: 7.1
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
Loading…
Reference in New Issue
Block a user