Skip to content

Commit

Permalink
Merge tag '3.0.10' into develop
Browse files Browse the repository at this point in the history
fix timeout for -s flag
  • Loading branch information
Franccesco Orozco committed Aug 7, 2018
2 parents 2ecf3d3 + fa0b793 commit b2c4530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -13,7 +13,7 @@ after_success:
- pipenv run python -m gsan google.com
- pipenv run python -m gsan google.com -m
- pipenv run python -m gsan google.com -f json -o data.out -q
- pipenv run python -m gsan starbucks.com -s 10
- pipenv run python -m gsan starbucks.com -s 60
- pipenv run python -m gsan facebook.com -f json
- pipenv run python -m gsan microsoft.com -o data.out -f json -q
- pipenv run python -m gsan gsan/tests/test_nmap.xml
Expand All @@ -35,7 +35,7 @@ after_deploy:
- pip install gsan
- gsan -V
- gsan starbucks.com -m
- gsan starbucks.com -m -s
- gsan starbucks.com -m -s -f json
- gsan starbucks.com -m -s 60
- gsan starbucks.com -m -s 60 -f json
- gsan starbucks.com -m -f json
- gsan starbucks.com -m -q -o data.out -f json
2 changes: 1 addition & 1 deletion gsan/version.py
@@ -1 +1 @@
version = '3.0.9'
version = '3.0.10'

0 comments on commit b2c4530

Please sign in to comment.