summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2014-06-13 23:18:08 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2014-06-13 23:18:08 -0700
commit6920e384293913ac74b00142579fc3bc4e51c007 (patch)
treeae52964d438aeaac76528e72f4db8ab8940830a6 /.travis.yml
parent4e7c1ea6c094395fc766d8b24a10bdc988a28447 (diff)
downloadRxCpp-6920e384293913ac74b00142579fc3bc4e51c007.tar.gz
try clang on linux
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index d9daf0a..51435aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,10 @@
+
language: cpp
+os:
+ - linux
+ - osx
+
compiler:
- clang
@@ -8,9 +13,7 @@ env:
- BUILD_TYPE=Release
before_install:
- - xcode-select --install
- - brew update
- - brew install cmake
+ - sh projects/scripts/travis-install.sh
install:
- cd projects
@@ -20,19 +23,17 @@ install:
- cd ../..
script:
- - cd Build
+ - cd projects/build
- ctest -V
- cd ..
branches:
only:
- master
+
notifications:
recipients:
- kirk.shoop@microsoft.com
email:
on_success: change
on_failure: always
-
-os:
- - osx