1
0
mirror of synced 2025-01-19 01:11:42 +03:00
woocommerce-module/.travis.yml

27 lines
456 B
YAML
Raw Normal View History

2020-02-25 13:45:17 +03:00
os: linux
2019-07-17 17:47:11 +03:00
dist: trusty
2020-02-25 13:45:17 +03:00
language: php
2020-02-25 13:45:17 +03:00
if: tag IS blank
2020-02-25 13:45:17 +03:00
stages:
- test
- deploy
before_script:
2020-02-25 13:56:08 +03:00
- nvm install 10
- bash tests/bin/install.sh wc_retailcrm_test root '' localhost $WP_VERSION
2020-02-25 13:45:17 +03:00
script: make tests
2020-02-25 13:45:17 +03:00
jobs:
include:
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=0
- stage: deploy
deploy:
cleanup: false
provider: script
script: make
if: branch = master AND type = push AND fork = false