mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
Fix shellcheck on travis (#134)
This commit is contained in:
parent
556dbe91f2
commit
4eed00f282
|
|
@ -1,11 +1,5 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: "node"
|
node_js: "node"
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- debian-sid # Grab ShellCheck from the Debian repo
|
|
||||||
packages:
|
|
||||||
- shellcheck
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue