diff options
-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 |