@@ -7,6 +7,7 @@ stages:
cache:
paths:
- vendor/
+ - node_modules/
before_script:
#配置环境
@@ -27,8 +28,8 @@ test:
- testwas
script:
- echo "run test....."
- - path=`pwd`
- - sudo bash ci/judgePush.sh $path
+# - path=`pwd`
+# - sudo bash ci/judgePush.sh $path
# - vendor/bin/phpunit --testsuite=Unit
- php vendor/bin/phpunit --testsuite=Services
# TODO 给master用户发送邮件