Skip to content
Snippets Groups Projects

Devel

Closed Krzysztof Dyszczyk requested to merge devel into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
@@ -136,6 +136,17 @@ integration test php5-5:
<<: *job-test-integration-template-fast
image: wpdesknet/phpunit-woocommerce:4-0
integration test current woocommerce:
<<: *job-test-integration-template-fast
image: wpdesknet/phpunit-woocommerce:0-0
allow_failure: true
before_script:
- cd /tmp
- rm -rf woocommerce
- git clone https://github.com/woocommerce/woocommerce.git
- cd ${CI_PROJECT_DIR}
apigen docs:
image:
name: wpdesknet/apigen
Loading