diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 051b4f80c..000000000 --- a/.travis.yml +++ /dev/null @@ -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