Skip to content

Commit

Permalink
add Travis CI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
segrey committed Aug 9, 2018
1 parent 02e6aa6 commit d3afb28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: java
jdk:
- oraclejdk8
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Pty4J - Pseudo terminal(PTY) implementation in Java.

[![Build Status](https://travis-ci.com/traff/pty4j.svg?branch=master)](https://travis-ci.com/traff/pty4j)

This is a Java implementation of PTY. Written in JNA with native code to make fork of a process.

It is based on two projects that provide the same functionality: [JPty](https://github.com/jawi/JPty)
Expand Down

0 comments on commit d3afb28

Please sign in to comment.