diff options
author | Brandon West <brawest@gmail.com> | 2014-06-14 11:39:27 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-14 11:39:27 -0600 |
commit | a7625a4ae8e37c7732cb30f0c981d41ee7fff8ae (patch) | |
tree | c84ac508f44a42125a6f9a2d8f7c701d5c4b89b4 | |
parent | 4a6569bd756fa9ea97c6c305b1b5f764ce0d17ba (diff) | |
download | sendgrid-csharp-a7625a4ae8e37c7732cb30f0c981d41ee7fff8ae.zip sendgrid-csharp-a7625a4ae8e37c7732cb30f0c981d41ee7fff8ae.tar.gz sendgrid-csharp-a7625a4ae8e37c7732cb30f0c981d41ee7fff8ae.tar.bz2 |
add hipchat notifications
-rw-r--r-- | .travis.yml | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index 6fe00ab..3b9a904 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,22 @@ language: objective-c - env: - global: - - EnableNuGetPackageRestore=true - matrix: + global: + - EnableNuGetPackageRestore=true + matrix: - MONO_VERSION="3.4.0" - before_install: - - wget "http://download.mono-project.com/archive/3.4.0/macos-10-x86/MonoFramework-MDK-3.4.0.macos10.xamarin.x86.pkg" - - sudo installer -pkg "MonoFramework-MDK-3.4.0.macos10.xamarin.x86.pkg" -target / - +- wget "http://download.mono-project.com/archive/3.4.0/macos-10-x86/MonoFramework-MDK-3.4.0.macos10.xamarin.x86.pkg" +- sudo installer -pkg "MonoFramework-MDK-3.4.0.macos10.xamarin.x86.pkg" -target / script: - - cd SendGrid - - xbuild /p:Configuration=BuildNet40;build=true - - .ci/nunit.sh Tests/bin/BuildNet40/Tests.dll - +- cd SendGrid +- xbuild /p:Configuration=BuildNet40;build=true +- .ci/nunit.sh Tests/bin/BuildNet40/Tests.dll +notifications: + hipchat: + rooms: + secure: T8r/eNzevZXJDmSK7ZKG+t/Vx0cENHIMWVuKbt3RSYbXl6QsWv8UTPamFSkLP0zbcCyGQ7d+QKaEc18ffCtiBV9MXPy8Q1XFGzKxr5/GnwMx4p0ArTqbFLCyl3JuXBmCGouWG+ulb9eOGUFc6L/4p2cwAfXf2oTcXYqosBnfoHg= + template: + - '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository} + Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong> + <a href="https://github.com/sendgrid/docs/commits/%{commit}">View on GitHub</a>' + format: html |