You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/05/14 20:33:08 UTC

mesos git commit: Deleted travis YAML file.

Repository: mesos
Updated Branches:
  refs/heads/master 614efe18c -> acaed399f


Deleted travis YAML file.

Review: https://reviews.apache.org/r/34225


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/acaed399
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/acaed399
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/acaed399

Branch: refs/heads/master
Commit: acaed399f6657f9a1359096f71244e32edf7868c
Parents: 614efe1
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu May 14 11:18:10 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu May 14 11:18:47 2015 -0700

----------------------------------------------------------------------
 .travis.yml | 38 --------------------------------------
 1 file changed, 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/acaed399/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4991dd7..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-matrix:
-  fast_finish: true
-  include:
-    - os: linux
-      env: BUILD_TYPE=Debug
-      compiler: clang
-    - os: linux
-      env: BUILD_TYPE=Release
-      compiler: clang
-    - os: linux
-      env: BUILD_TYPE=Debug
-      compiler: gcc
-    - os: linux
-      env: BUILD_TYPE=Release
-      compiler: gcc
-#    - os: osx
-#      env: BUILD_TYPE=Debug
-#    - os: osx
-#      env: BUILD_TYPE=Release
-language: cpp
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -y libapr1-dev libsvn-dev libsasl2-dev
-before_script:
-  - ./bootstrap
-  - mkdir build
-  - cd build
-script:
-  - if [ "$BUILD_TYPE" = "Debug" ]; then ../configure --enable-debug; fi
-  - if [ "$BUILD_TYPE" = "Release" ]; then ../configure; fi
-  - make
-  - make check
-notifications:
-  irc:
-    channels:
-      - "chat.freenode.net#mesos"
-    template:
-      - "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"