Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Remove install compose
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Apr 11, 2018
1 parent 75721c7 commit d29e9be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ cache:
- "$HOME/.gradle/wrapper/"
before_install:
- ./travis/prepare-signing.sh $encrypted_677f232983c0_key $encrypted_677f232983c0_iv
- if [ "$CROSSDOCK" == true ]; then bash ./travis/install-crossdock-deps.sh ; fi

stages:
- test
Expand All @@ -43,7 +42,7 @@ jobs:
script: make test-travis && ./gradlew codeCoverageReport && bash <(curl -s https://codecov.io/bash)

- env: [ NAME=crossdock ]
script: ./travis/install-crossdock-deps.sh && make crossdock-fresh
script: make crossdock-fresh

- stage: deploy
env: [ NAME=deploy-to-maven ]
Expand Down

0 comments on commit d29e9be

Please sign in to comment.