diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-08 12:41:07 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-08 12:41:07 -0700 |
commit | f61d3c52922dc724650c83b4c23ca0aeb8912f07 (patch) | |
tree | 4b033d1a608d937e39053e0cef16110bbc3f5dfc | |
parent | 0dada9db732646d933f2e7361d86ac63606de2aa (diff) | |
download | sendgrid-csharp-f61d3c52922dc724650c83b4c23ca0aeb8912f07.zip sendgrid-csharp-f61d3c52922dc724650c83b4c23ca0aeb8912f07.tar.gz sendgrid-csharp-f61d3c52922dc724650c83b4c23ca0aeb8912f07.tar.bz2 |
typo
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7ade49c..63d6b43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_script: - mkdir prism/bin - export PATH=$PATH:$PWD/prism/bin/ - ls -la -- ./test/prism.sh +- ./prism/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 |