From 71570678d7cea88a3495eafe9b2bad97010fbbc3 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Thu, 2 Aug 2018 16:05:10 -0400 Subject: [PATCH] CI: Install npx before using it during deploy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8b9c180ac..01ca8ea6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,5 @@ deploy: provider: script skip_cleanup: true script: + - npm install -g npx - npx travis-deploy-once "npx semantic-release"