Skip to content

Commit

Permalink
added travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siamaksade committed Feb 9, 2018
1 parent 51674a4 commit ab21c39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
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

before_install:
- nvm install 4.4

env:
- BUILD_CMD="mvn -f cart-spring-boot package"
- BUILD_CMD="mvn -f catalog-spring-boot package"
- BUILD_CMD="mvn -f gateway-vertx package"
- BUILD_CMD="mvn -f inventory-wildfly-swarm package"
- BUILD_CMD="npm install --prefix web-nodejs"

script:
- $BUILD_CMD
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CoolStore Microservices Online Store
# DevOps Workshop Labs [![Build Status](https://travis-ci.org/openshift-labs/devops-labs.svg?branch=master)](https://travis-ci.org/openshift-labs/devops-labs)

CoolStore is an online store web application built using Spring Boot, WildFly Swarm, Eclipse Vert.x,
Node.js and AngularJS adopting the microservices architecture.
Expand Down

0 comments on commit ab21c39

Please sign in to comment.