We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faeaef1 commit 92845e6Copy full SHA for 92845e6
.travis.yml
@@ -7,12 +7,12 @@ matrix:
7
include:
8
- dotnet: 2.1.500
9
mono: none
10
- - dotnet: 2.1 # latest available release
11
- mono: none
12
env:
13
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
14
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
15
- TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/NetCore/bin
+ - dotnet: 2.1 # latest available release
+ mono: none
16
solution: Mastercard.Developer.OAuth1Signer.sln
17
install:
18
- dotnet restore
0 commit comments