Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
language: bash

#Service name
services:
- docker

#Environment
env:
matrix:
- WORDPRESS_VER=4 PHP_VER=7.2
- WORDPRESS_VER=4 PHP_VER=7.1
- WORDPRESS_VER=4 PHP_VER=5.6 GITHUB_RELEASE=1

#Script
script:
- set -e
- make test
- cp docker.mk Makefile
- tar -czf docker4wordpress.tar.gz docker-compose.yml docker-compose.override.yml docker-sync.yml Makefile .env traefik.yml

#Step for deploy
deploy:
provider: releases
api_key: $GITHUB_ACCESS_TOKEN
Expand Down