mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 12:11:48 +00:00
Trying something out for #3802
This commit is contained in:
parent
77312a8a2e
commit
7202bb010c
2 changed files with 13 additions and 7 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -1,13 +1,19 @@
|
|||
language: python
|
||||
dist: trusty
|
||||
jobs:
|
||||
include:
|
||||
- python: 2.6
|
||||
dist: trusty
|
||||
- python: 2.7
|
||||
dist: trusty
|
||||
- python: 3.3
|
||||
dist: trusty
|
||||
- python: 3.6
|
||||
dist: trusty
|
||||
- python: 3.8
|
||||
dist: xenial
|
||||
sudo: false
|
||||
git:
|
||||
depth: 1
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.6"
|
||||
script:
|
||||
- python -c "import sqlmap; import sqlmapapi"
|
||||
- python sqlmap.py --smoke
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue