Skip to content

Commit 09d5dc7

Browse files
committed
Fixing mvn params.
1 parent f420b07 commit 09d5dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
- bash .travis/install_demo_project.sh
3434

3535
script:
36-
- mvn package "-DdbUrl=${DB_URL}" "-DdbUser=${DB_USER}" "-DdbPass=${DB_PASS}"
36+
- mvn package -DdbUser="${DB_USER}" -DdbPass="${DB_PASS}"
3737

3838
#before_deploy:
3939
# - bash .travis/create_release.sh

0 commit comments

Comments
 (0)