diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 13:21:50 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 13:21:50 +0100 |
| commit | bb72eb10b6c7148ad3107c50a4232dea080d1468 (patch) | |
| tree | 2b594e8332409497fec0261befa93895d48bad87 /test | |
| parent | bef00325cb5726f09d358344e7c23e3eab3d80ac (diff) | |
| download | dotfiles-bb72eb10b6c7148ad3107c50a4232dea080d1468.tar.gz dotfiles-bb72eb10b6c7148ad3107c50a4232dea080d1468.tar.bz2 dotfiles-bb72eb10b6c7148ad3107c50a4232dea080d1468.zip | |
Added travis CI, fixing shellcheck errors
Diffstat (limited to 'test')
| -rwxr-xr-x | test | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/sh + +shellcheck install +shellcheck test +shellcheck local/bin/* |
