You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2020/04/19 20:03:08 UTC

[ignite] branch ignite-12916 created (now 569f6d2)

This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a change to branch ignite-12916
in repository https://gitbox.apache.org/repos/asf/ignite.git.


      at 569f6d2  IGNITE-12916: add README build badge

This branch includes the following new commits:

     new 5097d3a  IGNITE-12916: Add travis-ci configuration to run builds
     new 569f6d2  IGNITE-12916: add README build badge

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite] 02/02: IGNITE-12916: add README build badge

Posted by mm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a commit to branch ignite-12916
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 569f6d29289ef98ca2fad89c2754b99b2568bf76
Author: Maxim Muzafarov <ma...@gmail.com>
AuthorDate: Sun Apr 19 23:02:08 2020 +0300

    IGNITE-12916: add README build badge
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 345f12a..2b14b72 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
 <a href="https://ignite.apache.org/"><img src="https://ignite.apache.org/images/logo3.png" hspace="20"/></a>
 
 <a href="https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_RunAll&branch_IgniteTests24Java8=%3Cdefault%3E"><img src="https://ci.ignite.apache.org/app/rest/builds/buildType:(id:IgniteTests24Java8_RunAll)/statusIcon.svg"/></a>
+[![Build Status](https://travis-ci.org/apache/ignite.svg?branch=master)](https://travis-ci.org/apache/ignite)
 
 
 ## Getting Started


[ignite] 01/02: IGNITE-12916: Add travis-ci configuration to run builds

Posted by mm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a commit to branch ignite-12916
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 5097d3ab921554d72c79ce9f59c3ac11fd800fe6
Author: Maxim Muzafarov <ma...@gmail.com>
AuthorDate: Sun Apr 19 22:59:49 2020 +0300

    IGNITE-12916: Add travis-ci configuration to run builds
---
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..793eaf5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+sudo: false
+
+script: "mvn package -P all-java,lgpl,examples,checkstyle,java-8 -DskipTests -Dmaven.javadoc.skip=true -B -V"
+
+jdk:
+  - openjdk8
+
+cache:
+  directories:
+    - '$HOME/.m2/repository'