Skip to content

Commit

Permalink
Merge pull request #8 from preslavrachev/issue7-build-configuration
Browse files Browse the repository at this point in the history
Enable Travis CI Integration
  • Loading branch information
preslavrachev authored Aug 16, 2017
2 parents 7b65c7f + c5b5887 commit 2533ebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ script:
- echo $TRAVIS_JOB_NUMBER
- echo $TRAVIS_BUILD_ID
- echo $TRAVIS_BUILD_NUMBER
- gradle test

- ./gradlew test
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ dependencies {
compile("com.fasterxml.jackson.module:jackson-module-kotlin:2.8.7")
compile("commons-codec:commons-codec:1.10")
compile('org.springframework.boot:spring-boot-starter-actuator')
compile('org.springframework.boot:spring-boot-starter-data-jpa')
// compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile('org.springframework.boot:spring-boot-starter-data-mongodb')
compile('org.springframework.boot:spring-boot-starter-data-rest')
compile('org.flywaydb:flyway-core')
// compile('org.flywaydb:flyway-core')
compile('org.springframework.boot:spring-boot-starter-hateoas')
compile('org.springframework.boot:spring-boot-starter-security')
// compile('org.springframework.boot:spring-boot-starter-security')
compile('org.springframework.boot:spring-boot-starter-thymeleaf')
compile('org.springframework.boot:spring-boot-starter-web')
compile('org.springframework.boot:spring-boot-starter-webflux')
Expand Down

0 comments on commit 2533ebf

Please sign in to comment.