Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 97dceb7

Browse files
committed
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 <[email protected]>
1 parent 109549f commit 97dceb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
script:
4646
- npx aegir build --bundlesize
4747
- npx aegir dep-check -- -i wrtc -i electron-webrtc
48-
- npm run lint
48+
- npx aegir lint
4949

5050
- stage: test
5151
name: chrome

0 commit comments

Comments
 (0)