Skip to content

Commit

Permalink
Merge pull request #30 from ninoseki/update-travis-config
Browse files Browse the repository at this point in the history
Update travis config
  • Loading branch information
ninoseki committed Jul 29, 2020
2 parents 78c3035 + 90f1310 commit 713ea06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,4 +4,5 @@ language: ruby
cache: bundler
rvm:
- 2.6
- 2.7
before_install: gem install bundler -v 2.1
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Rogue one

[![Gem Version](https://badge.fury.io/rb/rogue_one.svg)](https://badge.fury.io/rb/rogue_one)
[![Build Status](https://travis-ci.org/ninoseki/rogue_one.svg?branch=master)](https://travis-ci.org/ninoseki/rogue_one)
[![Build Status](https://travis-ci.com/ninoseki/rogue_one.svg?branch=master)](https://travis-ci.com/ninoseki/rogue_one)
[![CodeFactor](https://www.codefactor.io/repository/github/ninoseki/rogue_one/badge)](https://www.codefactor.io/repository/github/ninoseki/rogue_one)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/rogue_one/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/rogue_one?branch=master)

Expand Down Expand Up @@ -79,7 +79,7 @@ $ rogue_one report 171.244.3.111 --custom-list tmp/roaming.yml
```

| Key | Desc. |
| ------------- | ------------------------------------------------------------------------ |
|---------------|--------------------------------------------------------------------------|
| verdict | A detection result (`rogue one` or `benign one`) |
| landing_pages | An array of IP of landing pages |
| results | DNS resolution results (only available if --verbose option is specified) |
Expand Down

0 comments on commit 713ea06

Please sign in to comment.