From 97dceb7ce74108c9d8d6d600bbbb94f51e3a32dd Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 17 Dec 2019 13:26:35 +0100 Subject: [PATCH] fix(ci): sh: 1: aegir: not found For some reason non-master/release branch build failed to find aegir on PATH. This uses npx to ensure it always works License: MIT Signed-off-by: Marcin Rataj --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff1813beb8..966b1008aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ jobs: script: - npx aegir build --bundlesize - npx aegir dep-check -- -i wrtc -i electron-webrtc - - npm run lint + - npx aegir lint - stage: test name: chrome