1
0
mirror of synced 2025-02-11 20:49:27 +03:00
woocommerce-module/.travis.yml

27 lines
395 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
2020-02-25 14:05:51 +03:00
- make install
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