You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@amaterasu.apache.org by GitBox <gi...@apache.org> on 2018/02/16 08:24:25 UTC

[GitHub] roadan closed pull request #8: replacing Circeci with Travis

roadan closed pull request #8: replacing Circeci with Travis
URL: https://github.com/apache/incubator-amaterasu/pull/8
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/. circleci/config.yml b/. circleci/config.yml
deleted file mode 100644
index b2ace74..0000000
--- a/. circleci/config.yml	
+++ /dev/null
@@ -1,45 +0,0 @@
-# Java Gradle CircleCI 2.0 configuration file
-#
-# Check https://circleci.com/docs/2.0/language-java/ for more details
-#
-version: 2
-jobs:
-  build:
-    docker:
-      # specify the version you desire here
-      - image: circleci/openjdk:8-jdk
-      
-      # Specify service dependencies here if necessary
-      # CircleCI maintains a library of pre-built images
-      # documented at https://circleci.com/docs/2.0/circleci-images/
-      # - image: circleci/postgres:9.4
-
-    working_directory: ~/repo
-
-    environment:
-      # Customize the JVM maximum heap limit
-      JVM_OPTS: -Xmx3200m
-      TERM: dumb
-    
-    steps:
-      - checkout
-
-      # Download and cache dependencies
-      - restore_cache:
-          keys:
-          - v1-dependencies-{{ checksum "build.gradle" }}
-          # fallback to using the latest cache if no exact match is found
-          - v1-dependencies-
-
-      - run: gradle dependencies
-
-      - save_cache:
-          paths:
-            - ~/.gradle
-          key: v1-dependencies-{{ checksum "build.gradle" }}
-        
-      # run tests!
-      - run: gradle test
-
-
-
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f5cf6fa
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1 @@
+language: scala
diff --git a/README.md b/README.md
index d79d73d..28ba0a6 100755
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-# Apache Amaterasu
+# Apache Amaterasu [![Build Status](https://travis-ci.org/annoymousGiraf/incubator-amaterasu.svg?branch=master)](https://travis-ci.org/annoymousGiraf/incubator-amaterasu)
 
                                                /\
                                               /  \ /\


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services