Skip to content

Commit

Permalink
Tweak travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Labno committed Jan 11, 2019
1 parent 89a5710 commit 151b687
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ services:
jobs:
include:
- stage: asset ordering
script: grep -v '^#' assets/src/main/resources/META-INF/services/bisq.asset.Asset | sort --check --dictionary-order --ignore-case
install: grep -v '^#' assets/src/main/resources/META-INF/services/bisq.asset.Asset | sort --check --dictionary-order --ignore-case
- stage: build
script: ./gradlew build
- stage: integration
env:
- CUBE_LOGGER_ENABLE=true
script:
cd http-api;
docker-compose build;
../gradlew testIntegration;
install: cd http-api; docker-compose build;
script: ../gradlew testIntegration;
notifications:
slack:
on_success: change
Expand Down

0 comments on commit 151b687

Please sign in to comment.