This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
checkssl
mirror of
https://github.com/srvrco/checkssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
4
Wiki
Activity
Browse Source
adding travis
pull/9/merge
srvrco
9 years ago
parent
86cacbe300
commit
2bb6309b27
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
.travis.yml
+ 17
- 0
.travis.yml
View File
@ -0,0 +1,17 @@
language
:
bash
# Use container-based infrastructure for quicker build start-up
sudo
:
false
addons:
apt:
sources:
-
debian-sid # Grab shellcheck from the Debian repo (o_O)
packages:
-
shellcheck
script:
-
bash -c 'shopt -s globstar; shellcheck getssl'
matrix:
fast_finish
:
true
Write
Preview
Loading…
Cancel
Save