Skip to content

Commit 97f4ecc

Browse files
author
ronen
committed
adding install and jdk version
1 parent efa37d4 commit 97f4ecc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
language: java
2+
jdk:
3+
- oraclejdk7
4+
before_install:
5+
- sudo apt-get -qq update
6+
- sudo apt-get install -y nmap
7+
- sudo ln -s /usr/bin/nmap /usr/local/bin/nmap
8+

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
A Java nmap wrapper, this is a mirror of [sourceforge](http://sourceforge.net/apps/mediawiki/nmap4j/index.php?title=Main_Page#Nmap4j) repo.
33

44
Note that I (narkisr) am not the original author (I just like github better then source forge), please check the sourceforge page and its author.
5+
6+
[![Build Status](https://travis-ci.org/narkisr/nmap4j.png)](https://travis-ci.org/narkisr/nmap4j)
7+

0 commit comments

Comments
 (0)