1
0
mirror of synced 2025-02-06 18:19:24 +03:00
woocommerce-module/.travis.yml
Akolzin Dmitry da07d142ac fix Makefile
2020-02-25 14:05:51 +03:00

27 lines
395 B
YAML

os: linux
dist: trusty
language: php
if: tag IS blank
stages:
- test
- deploy
before_script:
- nvm install 10
- make install
script: make tests
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