mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 14:46:06 +03:00
update travis config
This commit is contained in:
parent
033bac97cf
commit
090a4b6cfa
11
.travis.yml
11
.travis.yml
@ -4,6 +4,10 @@ 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
|
||||||
@ -30,12 +34,7 @@ before_script:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- 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