[go: nahoru, domu]

Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Mar 6, 2018
1 parent 8554d74 commit e1b1163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
- export root=$(pwd)
# xml-message
- cd $root/xml-channel
- bash ./mvnw
- bash ./mvnw >/dev/null 2>&1
- bash target/*.jar &
- wait_for 8080
- http :8080
Expand All @@ -32,7 +32,7 @@ script:
- stop_any 8080 8000 80
# 01 e2e
- cd $root/spring-integration-5-example-01
- bash gradlew clean build
- bash gradlew clean build >/dev/null 2>&1
- sudo mkdir -p /var/app
- sudo mv -f ./build/libs/*.jar /var/app/01.jar
- sudo ln -s /var/app/01.jar /etc/init.d/01
Expand All @@ -50,7 +50,7 @@ script:
spring-integration-5-example-02 \
; do
cd $root/$path
bash gradlew clean build
bash gradlew clean build >/dev/null 2>&1
done;
cache:
directories:
Expand Down

0 comments on commit e1b1163

Please sign in to comment.