diff options
author | Brandon West <brawest@gmail.com> | 2014-06-14 10:44:48 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-14 10:44:48 -0600 |
commit | 4f493cf1871b2ccfa1aebd5d43894d4ddbbbd418 (patch) | |
tree | eba0e04128472833ebc75dec792d5f1bb374d4b1 /SendGrid | |
parent | edd0ace9e65e607f1a1f2610256415705c7dc361 (diff) | |
download | sendgrid-csharp-4f493cf1871b2ccfa1aebd5d43894d4ddbbbd418.zip sendgrid-csharp-4f493cf1871b2ccfa1aebd5d43894d4ddbbbd418.tar.gz sendgrid-csharp-4f493cf1871b2ccfa1aebd5d43894d4ddbbbd418.tar.bz2 |
touch .travis to trigger build
Diffstat (limited to 'SendGrid')
-rw-r--r-- | SendGrid/.travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SendGrid/.travis.yml b/SendGrid/.travis.yml index ce58ce1..a81853a 100644 --- a/SendGrid/.travis.yml +++ b/SendGrid/.travis.yml @@ -13,3 +13,4 @@ before_install: script: - xbuild /p:Configuration=BuildNet40;build=true - .ci/nunit.sh Tests/bin/BuildNet40/Tests.dll + |