Skip to content

Commit 8b934f7

Browse files
committed
Check for GitHub dependencies on Travis.
1 parent 1ee8d2f commit 8b934f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ addons:
1212
- nicola.localhost
1313

1414
before_install:
15+
- echo "No GitHub dependencies allowed" &&
16+
! grep '"github:' package-lock.json
1517
- npm install -g npm@latest
1618

1719
install:

0 commit comments

Comments
 (0)