File tree 1 file changed +6
-5
lines changed
Filter options
1 file changed +6
-5
lines changed
Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ install:
38
38
- bash .travis/install_demo_project.sh
39
39
40
40
script :
41
- - echo "Run Unit Tests"
42
- - mvn org.jacoco:jacoco-maven-plugin:prepare-agent test
43
- - echo "Run Integration Tests"
44
- - mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pintegration -DdbUser="${DB_UT3_USER}" -DdbPass="${DB_UT3_PASS}" -DdbUrl="jdbc:oracle:thin:@${DB_URL}"
45
- - mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
41
+ - |
42
+ echo "Run Unit Tests"
43
+ mvn org.jacoco:jacoco-maven-plugin:prepare-agent test
44
+ echo "Run Integration Tests"
45
+ mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pintegration -DdbUser="${DB_UT3_USER}" -DdbPass="${DB_UT3_PASS}" -DdbUrl="jdbc:oracle:thin:@${DB_URL}"
46
+ mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
46
47
47
48
before_deploy :
48
49
- echo $GPG_SECRET_KEYS | base64 --decode | ${GPG_EXECUTABLE} --import
You can’t perform that action at this time.
0 commit comments