This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rssh
mirror of
https://github.com/srvrco/rssh
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
updated travis to ignore checking travis.yml file
master
srvrco
7 years ago
parent
771ce9926d
commit
e062834651
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@ -4,7 +4,7 @@ language: bash
sudo
:
false
script:
-
shellcheck $(grep -rIzl '^#![[:blank:]]*/bin/"bash\|sh"' ./ | grep .git -v | cat)
-
shellcheck $(grep -rIzl '^#![[:blank:]]*/bin/"bash\|sh"' ./ | grep
"
.git
\|travis.yml"
-v | cat)
matrix:
fast_finish
:
true
Write
Preview
Loading…
Cancel
Save