mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: echo commandsin travis.yml
This commit is contained in:
parent
6907c50dc9
commit
b6d730fc8c
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ before_install:
|
|||
- source ~/.environ
|
||||
|
||||
install:
|
||||
- echo "mvn $BUILD_FLAG $MODULES $PROFILE -B"
|
||||
- mvn $BUILD_FLAG $MODULES $PROFILE -B
|
||||
|
||||
before_script:
|
||||
|
|
@ -121,6 +122,7 @@ before_script:
|
|||
- tail conf/zeppelin-env.sh
|
||||
|
||||
script:
|
||||
- echo "mvn $TEST_FLAG $MODULES $PROFILE -B $TEST_PROJECTS"
|
||||
- mvn $TEST_FLAG $MODULES $PROFILE -B $TEST_PROJECTS
|
||||
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Reference in a new issue