summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2015-06-19 08:53:57 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2015-06-19 09:27:38 -0700
commit664d646aeffb88b55a5049a66d558e88774d91f5 (patch)
tree292b44a2fbdb84cada1c851d5a58f5dc72f8391c /projects
parente4fd9d539cedb6a8b2228bde0ae011cfc0b341cc (diff)
downloadRxCpp-664d646aeffb88b55a5049a66d558e88774d91f5.tar.gz
install better doxygen, deploy github releases
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/scripts/travis-install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/scripts/travis-install.sh b/projects/scripts/travis-install.sh
index 683c126..cd32b55 100755
--- a/projects/scripts/travis-install.sh
+++ b/projects/scripts/travis-install.sh
@@ -6,7 +6,6 @@ echo "TRAVIS_OS_NAME=$TRAVIS_OS_NAME"
#if OS is linux or is not set
if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then
- echo "installing for linux..."
wget http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
chmod a+x cmake-3.2.3-Linux-x86_64.sh
@@ -16,7 +15,6 @@ if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then
cmake --version
elif [ "$TRAVIS_OS_NAME" = osx ]; then
- echo "installing for osx..."
xcode-select --install
brew update || echo "suppress failures in order to ignore warnings"