diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-08 12:48:51 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-08 12:48:51 -0700 |
commit | e82a1aeaa0ad4c5abe1b3dd98d932cd9b19aad5b (patch) | |
tree | 22b48099e756acbef4759c82fc2c2655fad89d60 | |
parent | f9b4de5981c30edeb2ba9afc18e543feaa2b5ac5 (diff) | |
download | sendgrid-csharp-e82a1aeaa0ad4c5abe1b3dd98d932cd9b19aad5b.zip sendgrid-csharp-e82a1aeaa0ad4c5abe1b3dd98d932cd9b19aad5b.tar.gz sendgrid-csharp-e82a1aeaa0ad4c5abe1b3dd98d932cd9b19aad5b.tar.bz2 |
run prism in the background
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 63d6b43..aa54c08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_script: - export PATH=$PATH:$PWD/prism/bin/ - ls -la - ./prism/prism.sh -- prism run -s https://raw.githubusercontent.com/sendgrid/sendgrid-oai/master/oai_stoplight.json +- nohup 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 - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe SendGrid/UnitTest/bin/Release/UnitTest.dll |