From 84d6f95a5d6d6ddcef427861adc03c8fc728d042 Mon Sep 17 00:00:00 2001 From: jaebradley Date: Thu, 12 Apr 2018 23:58:34 -0400 Subject: [PATCH] fix(build): update travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ae4544f..321807e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,5 @@ jobs: after_script: greenkeeper-lockfile-upload - stage: deploy if: branch = master + before_script: npm run build script: npm run travis-deploy-once "npm run semantic-release"