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