summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2014-06-13 14:26:06 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2014-06-13 14:26:06 -0700
commitc81d5f5053057ba971a36a3afe7f0f1e6aea1fcc (patch)
treea67086788a0518fc4c5d0fb06a8f439e9e1c01e7 /.travis.yml
parentc044f49400561ec2c18006b9dcb5d1ee031af8bc (diff)
downloadRxCpp-c81d5f5053057ba971a36a3afe7f0f1e6aea1fcc.tar.gz
make travis build on osx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 14 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 65065ce..8e04084 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ compiler:
- clang
env:
- - BUILD_TYPE=Debug
+ - BUILD_TYPE=RelWithDebInfo
- BUILD_TYPE=Release
install:
@@ -16,3 +16,16 @@ install:
script:
- cd Build
- ctest -V
+
+branches:
+ only:
+ - master
+notifications:
+ recipients:
+ - kirk.shoop@microsoft.com
+ email:
+ on_success: change
+ on_failure: always
+
+os:
+ - osx