test_release, test_master

This commit is contained in:
Zsolt Ero
2017-08-16 23:41:17 +02:00
parent 1bd5b85eb1
commit a52c8d4ae0
2 changed files with 21 additions and 1 deletions

View File

@@ -2,6 +2,18 @@ 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