Skip to content

Commit

Permalink
Merge pull request #5 from vlavik007/develop
Browse files Browse the repository at this point in the history
Release version 1.0
  • Loading branch information
e1sordo authored Jul 28, 2018
2 parents 975b7aa + 4e59c21 commit c16a33e
Show file tree
Hide file tree
Showing 62 changed files with 431 additions and 29,232 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ target/
.settings
.springBeans

**/*.log

### IntelliJ IDEA ###
.idea
*.iml
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: java
jdk:
- oraclejdk8

script: "mvn cobertura:cobertura"

cache:
directories:
- $HOME/.m2

deploy:
provider: heroku
api_key: $HEROKU_API_KEY
app: mobile-payment-system

after_success:
- bash <(curl -s https://codecov.io/bash)
10 changes: 0 additions & 10 deletions Implemented operations

This file was deleted.

1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: java $JAVA_OPTS -jar target/*.jar -Dspring.profiles.active=prod
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
This is an internal epam educational project for students from lab-january.
# Mobile Payment System

Mobile Payment System is a simple enterprise platform for manage ordering telephone services.

To get started, check out the project's demo at [mobile-payment-system.herokuapp.com](http://mobile-payment-system.herokuapp.com)

======

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://travis-ci.com/vlavik007/MobilePaymentSystem.svg?branch=develop)](https://travis-ci.com/vlavik007/MobilePaymentSystem) [![codecov](https://codecov.io/gh/vlavik007/MobilePaymentSystem/branch/develop/graph/badge.svg)](https://codecov.io/gh/vlavik007/MobilePaymentSystem)

======

## Latest Release Details

At the moment there was not a single release. But soon it will change.
12 changes: 0 additions & 12 deletions application.log

This file was deleted.

225 changes: 0 additions & 225 deletions mvnw

This file was deleted.

Loading

0 comments on commit c16a33e

Please sign in to comment.