From 3b6b3d0d9d3b813e2fa8e1405a514b1a99b898c7 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 19 Feb 2020 15:17:18 +0300 Subject: [PATCH] test --- .travis.yml | 4 ++++ Makefile | 3 +-- VERSION | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5b56b7..821db2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,10 @@ stages: - test - deploy +before_install: + - export LAST_TAG=`git describe --abbrev=0 --tags` + - export CURRENT_VERSION=v`cat VERSION` + before_script: make before_script script: composer test diff --git a/Makefile b/Makefile index 9b5ceb9..cb286ce 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ before_script: bin/robo --load-from tests/RoboFile.php project:deploy (php -S localhost:8000 -t www &) 2> /dev/null > /dev/null sleep 2 - export LAST_TAG=`git describe --abbrev=0 --tags` - export CURRENT_VERSION=v`cat VERSION` + covegare: wget https://phar.phpunit.de/phpcov-2.0.2.phar && php phpcov-2.0.2.phar merge coverage/ --clover coverage.xml diff --git a/VERSION b/VERSION index 9c25013..86fb650 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.6 +3.3.7