Skip to content

Commit cada1db

Browse files
committed
chore: rotate key
1 parent 9d18e01 commit cada1db

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.travis.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,26 @@ solution: SendGrid.sln
44
os: linux
55
dist: bionic
66
mono: none
7-
87
services:
9-
- docker
10-
8+
- docker
119
script:
12-
- make test-docker
13-
- make release
14-
10+
- make test-docker
11+
- make release
1512
after_success:
16-
- bash <(curl -s https://codecov.io/bash)
17-
13+
- bash <(curl -s https://codecov.io/bash)
1814
deploy:
1915
skip_cleanup: true
2016
provider: script
21-
script: dotnet nuget push **/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
17+
script: dotnet nuget push **/*.nupkg -k $NUGET_API_KEY -s https://api.nuget.org/v3/index.json
18+
--skip-duplicate
2219
on:
2320
branch: main
2421
tags: true
25-
2622
notifications:
2723
slack:
2824
if: branch = main
2925
on_pull_requests: false
3026
on_success: never
3127
on_failure: change
3228
rooms:
33-
- secure: RdE/BGwjr4B5GktjANWdZx2hRcY5GQNQGN9+NxeJ86K2wkTRsQUpPDSj7jXHHUcD9jz+OJHrwWR5Zbun48wE3nD1O/PDs6QNOvYo/isn6PWKGUq6g2XjACPxM34UDRbrma9hGOJTtuEnar64glZEh6xk31bWCpqg/vVxxg/XhWQ=
29+
secure: gAocxB0AUjYq7Kd5v5W2dWbvKPiMTXNQWL5WE9tSxIZPtWF4jrjtWZGNvKhQgGz4pkzqHd0h+O24eg6PoVRx1f1AiQ4sVUZGyRzDQJV5EhvSqPbJoh4NPnTDSxZTA35GaUE2xuN4iyoUdAHM+I5JX4QzW6/OCPyetor1T4X0x50=

0 commit comments

Comments
 (0)