1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00
Files
baseimage-docker/.travis.yml
2017-08-16 23:41:17 +02:00

20 lines
300 B
YAML

sudo: required
services:
- docker
script:
- make build
deploy:
- provider: script
script: make test_release
on:
branch: master
tags: true
condition: "$TRAVIS_TAG =~ ^[0-9]+(\.[0-9]+)*$"
- provider: script
script: make test_master
on:
branch: master