Skip to content

Commit f420b07

Browse files
committed
Fixing mvn params.
1 parent 92a7cff commit f420b07

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 "-DdbUrl=${DB_URL}" "-DdbUser=${DB_USER}" "-DdbPass=${DB_PASS}"
3737

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

0 commit comments

Comments
 (0)