Skip to content

Commit

Permalink
Merge pull request java-native-access#341 from dblock/travis-ci
Browse files Browse the repository at this point in the history
Added Travis-CI.
  • Loading branch information
twall committed Jul 3, 2014
2 parents 698f845 + e65f830 commit b0a3f90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: java

script:
- ant test
- cd contrib/platform ; ant test ; cd ../..
- ant dist
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![Java Native Access - JNA](https://github.com/twall/jna/raw/master/www/images/jnalogo.jpg "Java Native Access - JNA")

[![Build Status](https://travis-ci.org/twall/jna.svg?branch=master)](https://travis-ci.org/twall/jna)

Java Native Access (JNA)
========================

Expand Down

0 comments on commit b0a3f90

Please sign in to comment.