STREAMS-481 Updated .travis.yml to oraclejdk8, added badge to README.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/e3d2e656
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/e3d2e656
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/e3d2e656

Branch: refs/heads/master
Commit: e3d2e65619393dfb5287fd1188f5219b3cd808e8
Parents: cd6afda
Author: Joey Frazee <jfra...@apache.org>
Authored: Sat Jan 14 16:30:30 2017 -0600
Committer: Joey Frazee <jfra...@apache.org>
Committed: Sat Jan 14 16:31:16 2017 -0600

----------------------------------------------------------------------
 .travis.yml | 16 ++++++++++++++--
 README.md   | 10 +++++++---
 2 files changed, 21 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/e3d2e656/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5306670..2856613 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,10 +15,22 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-sudo: false
 language: java
+
+sudo: false
+
+cache:
+ directories:
+    - $HOME/.m2
+
+before_install:
+  - export MAVEN_SKIP_RC=true
+  - export MAVEN_OPTS="-Xmx2g $MAVEN_OPTS"
+
 jdk:
-  - oraclejdk7
+  - oraclejdk8
+
 install: mvn -Dmaven.test.skip.exec=true clean -q
+
 # tests take too long to run and produce too much output to enable at this time
 script: mvn -Dmaven.test.skip.exec=true install -q -Pcontrib-check

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/e3d2e656/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 4ab85cb..b51df17 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-Apache Streams (incubating)
-Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
---------------------------------------------------------------------------------
+[![Build 
Status](https://travis-ci.org/apache/incubator-streams.svg?branch=master)](https://travis-ci.org/apache/incubator-streams)
+
+# Apache Streams (incubating)
 
 ## Overview
 Apache Streams (incubating) unifies a diverse world of digital profiles and 
online activities into common formats and vocabularies, and makes these 
datasets accessible across a variety of databases, devices, and platforms for 
streaming, browsing, search, sharing, and analytics use-cases.
@@ -16,3 +16,7 @@ The project aims to provide simple two-way data interchange 
with all popular RES
 
 ### Disclaimer
 Apache Streams is an effort undergoing incubation at [The Apache Software 
Foundation (ASF)](http://apache.org) sponsored by the [Apache Incubator 
PMC](http://incubator.apache.org). Incubation is required of all newly accepted 
projects until a further review indicates that the infrastructure, 
communications, and decision making process have stabilized in a manner 
consistent with other successful ASF projects. While incubation status is not 
necessarily a reflection of the completeness or stability of the code, it does 
indicate that the project has yet to be fully endorsed by the ASF.
+
+## License
+
+Copyright (c) 2016. Apache Streams is licensed under the [Apache License 
2.0](LICENSE). 

Reply via email to