Improvements

This commit is contained in:
gamonoid
2017-09-24 19:27:50 +02:00
parent 6c61577583
commit c46ded6a37
2 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ install:
- composer require --dev phpunit/phpunit ^5.7
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version
#script: $TRAVIS_BUILD_DIR/vendor/bin/phpunit
script: ant build
script: ant build-ci
language: php
php:
- '5.6'

View File

@@ -10,6 +10,9 @@
<property name="env.Version" value="dev"/>
<property name="installpath" value="/var/www/apps.gamonoid.com/icehrm-open-core"/>
<target name="build-ci"
depends="prepare,lint,phpcs,copyapp,phpunit"
description=""/>
<target name="build"
depends="prepare,lint,phpcs,copyapp,release,install"