From c075c522490d6023d77707e217ceb4e855453163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 1 Jun 2018 10:34:09 -0400 Subject: [PATCH] Only deploy on master branch --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 275672f..86e3b86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ script: deploy: provider: script script: make push + on: + branch: master