Skip to content

Commit

Permalink
Issue #OS-119 Modify build script
Browse files Browse the repository at this point in the history
Remove redundant registry build
  • Loading branch information
indrajra authored Nov 22, 2018
1 parent 9f16a4d commit 83044c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ cache:
- "$HOME/.m2"
before_script: "./configure-dependencies.sh"
script:
- echo "Starting build of commons and dependencies..."
- echo "Starting build of commons and the registry..."
- cd ${TRAVIS_BUILD_DIR}/java && mvn clean install >> build.log
- echo "Starting registry build"
- cd ${TRAVIS_BUILD_DIR}/java/registry && mvn clean install >> build.log
- echo "Completed"
notifications:
slack:
rooms:
Expand Down

0 comments on commit 83044c4

Please sign in to comment.