8000 Trying multiline script instead of Travis steps · utPLSQL/utPLSQL-maven-plugin@804b355 · GitHub
[go: up one dir, main page]

Skip to content

Commit 804b355

Browse files
committed
Trying multiline script instead of Travis steps
1 parent 275e9ea commit 804b355

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ install:
3838
- bash .travis/install_demo_project.sh
3939

4040
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
4647
4748
before_deploy:
4849
- echo $GPG_SECRET_KEYS | base64 --decode | ${GPG_EXECUTABLE} --import

0 commit comments

Comments
 (0)
0