mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +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
|
||||
|
||||
php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
env:
|
||||
global:
|
||||
- ROBO_CONFIG=$(TRAVIS_BUILD_DIR)/tests/robo.yml
|
||||
@ -30,12 +34,7 @@ before_script:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
script: composer test
|
||||
php: 7.0
|
||||
- stage: test
|
||||
script: composer test
|
||||
php: 7.1
|
||||
- script: composer test
|
||||
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
|
Loading…
Reference in New Issue
Block a user