fix stages

This commit is contained in:
Akolzin Dmitry 2020-02-18 00:29:19 +03:00
parent 799c260189
commit 033bac97cf

View File

@ -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