From e547195cb6c88ed4aa5ff050e8bb49108a43346e Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Wed, 16 Jan 2019 12:07:42 -0600 Subject: [PATCH] final touch --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d33e8c..0c1436a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,8 @@ addons: branches: only: - master -script: bash deploy.sh \ No newline at end of file +deploy: + - provider: script + script: bash deploy.sh + on: + branch: master