Varken/.travis.yml
Nicholas St. Germain 502fd819a3 remove restriction
2019-01-16 23:52:22 -06:00

18 lines
No EOL
272 B
YAML

sudo: true
dist: xenial
language: minimal
services:
- docker
addons:
apt:
packages:
- docker-ce
deploy:
- provider: script
script: bash deploy.sh
on:
branch: master
- provider: script
script: bash deploy.sh
on:
branch: develop