This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
gitleaks
mirror of
https://github.com/gitleaks/gitleaks.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
travis yaml
zricethezav
8 years ago
parent
159f5d6185
commit
cba584bb18
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
.travis.yml
+ 8
- 0
.travis.yml
View File
@@ -0,0 +1,8 @@
+language: go
+go:
+ - 1.9
+ - master
+
+script:
+ - go test -v
+