Skip to content

Commit

Permalink
Adding more services to Travis CI, fixing testing status image in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Mar 26, 2017
1 parent a252746 commit b8889e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ language: java
jdk:
- oraclejdk8

script:
- cd authservice
- mvn test -B

script:
- cd edgeservice
- mvn test -B

script:
- cd configservice
- mvn test -B
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The Recruitment System
[![build status](https://git.gortz.org/IV1201/TheRecruitmentSystem/badges/develop/build.svg)](https://git.gortz.org/IV1201/TheRecruitmentSystem/commits/develop)
[![Build Status](https://travis-ci.org/WolfAlexander/TheRecruitmentSystem.svg?branch=master)](https://travis-ci.org/WolfAlexander/TheRecruitmentSystem)

Project in IV1201 Architecture and design of global applications

Expand Down

0 comments on commit b8889e9

Please sign in to comment.