Skip to content

Commit

Permalink
add travis ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Jul 3, 2016
1 parent 9aad8ad commit b91444f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: java

jdk:
- oraclejdk8

notifications:
email: false

sudo: false

cache:
directories:
- $HOME/.m2

5 changes: 3 additions & 2 deletions README.md
@@ -1,5 +1,6 @@
Finance Quotes API for Yahoo Finance (Java)
================
# Finance Quotes API for Yahoo Finance (Java)

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

[Website](http://financequotes-api.com)

Expand Down

0 comments on commit b91444f

Please sign in to comment.