This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
Testing Travis CI
pull/165/merge
srvrco
9 years ago
parent
f0d6d26d86
commit
718ef57b23
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