Skip to content

Commit 0072f47

Browse files
author
ahernandez
committed
Merge branch 'develop' of https://github.com/utPLSQL/utPLSQL-maven-plugin.git into develop
2 parents 861d532 + 09d5dc7 commit 0072f47

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)