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

Commit b4e2c91

Browse files
lidelAlan Shaw
authored and
Alan Shaw
committed
fix(ci): 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 fa82593 commit b4e2c91

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)