Skip to content

Commit a3e72cd

Browse files
authored
Removed unwanted characters
1 parent 295c84e commit a3e72cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ git:
55
matrix:
66
fast_finish: true
77
include:
8-
- python: "3.6"`
9-
- python: "3.7"`
8+
- python: "3.6"
9+
- python: "3.7"
1010
env:
1111
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1212
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
@@ -32,4 +32,4 @@ after_success:
3232
-Dsonar.testExecutionReportPaths=tests.xml \
3333
-Dsonar.python.coverage.reportPaths=coverage.xml \
3434
-Dsonar.host.url=$SONAR_URL \
35-
-Dsonar.login=$SONAR_TOKEN || echo 'Skipping Sonar Scanner execution'
35+
-Dsonar.login=$SONAR_TOKEN || echo 'Skipping Sonar Scanner execution'

0 commit comments

Comments
 (0)