Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

12 changes: 12 additions & 0 deletions eureka-discovery-server/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: java
jdk:
- oraclejdk8
# would just use default install/script but the ./mvnw script errors on travis
# obviously this only works for maven builds right now...
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- mvn test
cache:
directories:
- $HOME/.m2
12 changes: 12 additions & 0 deletions movie-catalogue-service/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: java
jdk:
- oraclejdk8
# would just use default install/script but the ./mvnw script errors on travis
# obviously this only works for maven builds right now...
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- mvn test
cache:
directories:
- $HOME/.m2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.RestTemplate;
import org.springframework.web.reactive.function.client.WebClient;

import com.pradeep.microservice.models.Movie;
import com.pradeep.microservice.models.MovieCatalogueItem;
Expand Down
12 changes: 12 additions & 0 deletions movie-info-service/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: java
jdk:
- oraclejdk8
# would just use default install/script but the ./mvnw script errors on travis
# obviously this only works for maven builds right now...
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- mvn test
cache:
directories:
- $HOME/.m2
12 changes: 12 additions & 0 deletions ratings-data-service/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: java
jdk:
- oraclejdk8
# would just use default install/script but the ./mvnw script errors on travis
# obviously this only works for maven builds right now...
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- mvn test
cache:
directories:
- $HOME/.m2