You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/06/03 21:37:14 UTC

[ignite-teamcity-bot] branch master updated: Travis opt

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

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 1940937  Travis opt
1940937 is described below

commit 1940937746f9511383a93545203aa731933cb744
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Tue Jun 4 00:34:07 2019 +0300

    Travis opt
---
 .travis.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9cabd88
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: java
+install: true
+
+jdk:
+- oraclejdk8
+
+script:
+- ./gradle clean build
\ No newline at end of file