Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 804b355

Browse filesBrowse files
committed
Trying multiline script instead of Travis steps
1 parent 275e9ea commit 804b355
Copy full SHA for 804b355

File tree

1 file changed

+6
-5
lines changed
Filter options

1 file changed

+6
-5
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.