mirror of
https://github.com/kgretzky/evilginx2
synced 2026-06-08 15:15:53 +00:00
12 lines
98 B
YAML
12 lines
98 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.10.x
|
|
- master
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
install: true
|