Improvements
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user