From 799c2601891b77fa1036ba366c8a3f1c150b6b56 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Tue, 18 Feb 2020 00:11:29 +0300 Subject: [PATCH] 'stages' --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 246aa50..40722ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,10 @@ before_script: - (php -S localhost:8000 -t www &) 2> /dev/null > /dev/null - sleep 2 -script: - - composer test +jobs: + include: + - stage: test + script: composer test deploy: skip_cleanup: true