Skip to content

Commit 9c51ea0

Browse files
修yaml寫法。
1 parent 6445e3c commit 9c51ea0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- tox -e behave
2929
- >
3030
docker run --rm
31-
-e SONARQUBE_SCANNER_PARAMS
32-
-e SONAR_TOKEN="${SONAR_TOKEN}"
33-
-v "`pwd`:/usr/src"
34-
sonarsource/sonar-scanner-cli
31+
-e SONARQUBE_SCANNER_PARAMS
32+
-e SONAR_TOKEN="${SONAR_TOKEN}"
33+
-v "`pwd`:/usr/src"
34+
sonarsource/sonar-scanner-cli
3535
- name: test
3636
install:
3737
- pip install tox

0 commit comments

Comments
 (0)