diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..450f796 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: java +jdk: + - oraclejdk7 + - openjdk6 +branches: + only: + - olap4j2 diff --git a/README.md b/README.md index 01dfa09..b474ce3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/julianhyde/olap4j.png)](https://travis-ci.org/julianhyde/olap4j) + # olap4j # Olap4j is an open Java API for accessing OLAP data.