Skip to content

Commit

Permalink
cleanup CI and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Nov 12, 2018
1 parent 8bbca9c commit 479b13b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
- ./gradlew bootRun &
- sleep 45
- curl http://localhost:5644/health
- cd $TRAVIS_BUILD_DIR/src/test/resources && newman run Projects.postman_collection.json -e ProjectTest.postman_environment.json
- cd $TRAVIS_BUILD_DIR/src/test/resources/postman && newman run Projects.postman_collection.json -e ProjectTest.postman_environment.json
- docker stop $(docker ps -aq)
- docker rm $(docker ps -aq)
after_success:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Kelona
======
AeselProjects
=============

.. figure:: https://travis-ci.org/AO-StreetArt/AeselProjects.svg?branch=master
:alt:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ checkstyle {
}

jar {
baseName = 'kelona'
baseName = 'aeselprojects'
version = '0.0.1'
}

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/dev_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This page contains a series of notes intended to be beneficial for any contribut
Continuous Integration
----------------------

Travis CI is used to run automated tests against Kelona each time a commit
Travis CI is used to run automated tests against AeselProjects each time a commit
or pull request is submitted against the main repository. The configuration for
this can be updated via the .travis.yml file in the main folder of the project
repository.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Central runtime properties for Kelona
# Central runtime properties for AeselProjects

# HTTP API

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bootstrap.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kelona Bootstrap (Startup) Properties
# AeselProjects Bootstrap (Startup) Properties
# Primarily used for configuring Property Sources

# Consul Setup
Expand Down

0 comments on commit 479b13b

Please sign in to comment.