mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-27 08:30:10 +03:00
Delete .travis.yml
This commit is contained in:
parent
492fbae7c5
commit
d973e93d99
20
.travis.yml
20
.travis.yml
|
@ -1,20 +0,0 @@
|
||||||
language: python
|
|
||||||
jobs:
|
|
||||||
include:
|
|
||||||
- python: 2.6
|
|
||||||
dist: trusty
|
|
||||||
- python: 2.7
|
|
||||||
dist: trusty
|
|
||||||
- python: 3.3
|
|
||||||
dist: trusty
|
|
||||||
- python: 3.6
|
|
||||||
dist: trusty
|
|
||||||
- python: 3.9-dev
|
|
||||||
dist: bionic
|
|
||||||
sudo: false
|
|
||||||
git:
|
|
||||||
depth: 1
|
|
||||||
script:
|
|
||||||
- python -c "import sqlmap; import sqlmapapi"
|
|
||||||
- python sqlmap.py --smoke
|
|
||||||
- python sqlmap.py --vuln
|
|
Loading…
Reference in New Issue
Block a user