Skip to content

Commit 60148d8

Browse files
authored
Update config.yml
1 parent 4258d9e commit 60148d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
# run tests!
3939
- run: mvn integration-test
4040
- run: mvn cobertura:cobertura
41-
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
42-
43-
#- run: mvn -s .circleci.settings.xml -DskipTests deploy
41+
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
42+
43+
- run: mvn -s .circleci.settings.xml -DskipTests deploy
44+
4445
workflows:
4546
version: 2
4647
commit:

0 commit comments

Comments
 (0)