You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by my...@apache.org on 2018/06/21 16:19:14 UTC

[fineract-cn-notifications] 06/15: fixed the build error

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

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-notifications.git

commit 3cb782124fe392793fdb22317071af90b8c0995f
Author: Ebenezer Graham <eg...@alustudent.com>
AuthorDate: Thu Jun 14 23:03:30 2018 +0400

    fixed the build error
---
 .travis.yml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1ee78cd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,49 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+language: java
+
+jdk: oraclejdk8
+
+sudo: enabled
+
+branches:
+  only:
+    - develop
+
+
+cache:
+  directories:
+  - $HOME/.m2
+
+install:
+ - gradle install
+
+notifications:
+  email: true
+
+  deploy:
+    -
+      on:
+        branch: develop
+      provider: bintray
+      skip_cleanup: true
+      #file: target/bin/bintray.json
+      user: ebenezergraham
+      # key: $BINTRAY_API_KEY
\ No newline at end of file