theHarvester/.travis.yml

27 lines
1.4 KiB
YAML
Raw Normal View History

2019-02-11 05:29:21 +08:00
dist: xenial
language: python
python:
2019-02-11 06:15:18 +08:00
- '3.6'
- '3.7'
- '3.8-dev'
2019-04-19 23:31:30 +08:00
before_install:
- pip install -r requirements.txt
2019-02-11 05:29:21 +08:00
install:
2019-04-19 23:29:03 +08:00
- python setup.py test
2019-02-11 05:29:21 +08:00
script:
2019-09-01 08:12:16 +08:00
- python theHarvester.py -d metasploit.com -b baidu,bing,censys,crtsh,dnsdumpster,dogpile,duckduckgo,exalead,linkedin,netcraft,threatcrowd,trello,twitter,virustotal,yahoo
2019-02-11 06:15:18 +08:00
- pytest
2019-09-01 09:48:13 +08:00
- flake8 . --count --show-source --statistics
2019-02-11 06:15:18 +08:00
notifications:
email: false
2019-02-11 06:15:18 +08:00
slack:
rooms:
2019-03-11 06:57:40 +08:00
secure: QDZfGOGT1lSxBFDFgzVjKQODljKeckj7c4mTg77WLQ5Nnb1rnNeFciIxu8eHONYry6s60ucB5dXJ8Ju4c8fyPWUNKJ9S3PfuikvaXgf/jLePJ4XVxRUUNMCTxO8Ja3wJh5wqj/SP8gi+RWdW95SyI3KU8kAqLOE+XTqFp9wOW4eGV4vj+pp+X+9tRyS8myvBqsS2xBTWzctl2qRhHXv7mqTQ3SSaj6niio023s0+ZSMDtgKeBQ6EucnYinJVjIHwSWUUMky1ogkK4UgcLxmaHQflmpZdlFB3B3c4uhaa5dq5cbi7CTV74SiAr3F630LBVhpN753NXPr3Vx1kOoAdBl7INv6aU/y99wNTZDvhTuYeIBdIKYalzfg09nCMXVjfw2nrdMel8VvBfVcKYcg4y3eoCYvSoL1YQY5ifyBlGHUi5ZV5TodmMHrRC4tVdIuoLmuiyuyCVKJRpQVyWfSVH5zmulIwXBwuMARzC8OrdeA0gPT6FWthu2lCiUlQn+3xOY+z0eHO5bFcVbA7Aa/BHCZwvduqD7nkKftZ/wt6UKRU0rUkRIh+fZ2llY4ZyxA6S1xr5ct/SD+wpPsSmFRj0/dpneOJxKvqbNYfw/BTOSicNYbGYwTvconpt78pkX1+vU0/1/C3E+lNSvr3QxDpojottxcBsH13yv7CuDPCPOA=
on_success: always
on_failure: always
template:
- "Repo `%{repository_slug}` *%{result}* build (<%{build_url}|#%{build_number}>) for commit (<%{compare_url}|%{commit}>) on branch `%{branch}`."
- "Execution time: *%{duration}*"
2019-03-20 06:21:45 +08:00
- "Message: %{message}"
- "By: %{author}"