diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-08 12:02:02 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-08 12:02:02 -0700 |
commit | e9e5ef58c00d4608951a74d2a531e459ad7287f6 (patch) | |
tree | 07d6e4a25c97385d48357d1e0cd26008fa1aa9a8 | |
parent | 222ea4a103b2e7caedc2cd33a472ed182ed3caa5 (diff) | |
download | sendgrid-csharp-e9e5ef58c00d4608951a74d2a531e459ad7287f6.zip sendgrid-csharp-e9e5ef58c00d4608951a74d2a531e459ad7287f6.tar.gz sendgrid-csharp-e9e5ef58c00d4608951a74d2a531e459ad7287f6.tar.bz2 |
Travis reports prism already exists
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 781dc1d..7625848 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,6 @@ install: - nuget restore SendGrid/SendGrid.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner before_script: -- mkdir prism -- mkdir prism/bin -- export PATH=$PATH:$PWD/prism/bin -- ./test/prism.sh - prism run -s https://raw.githubusercontent.com/sendgrid/sendgrid-oai/master/oai_stoplight.json script: - xbuild /p:Configuration=Release /p:DebugSymbols=False /p:TargetFrameworkVersion="v4.5" SendGrid/SendGrid.sln |