This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 43d6b9664 NO-JIRA: remove travis jobs config, infra dropping support 
for it
43d6b9664 is described below

commit 43d6b9664e705ee29ce5430e0e89fd0ba42f473c
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Mon Jan 9 15:09:25 2023 +0000

    NO-JIRA: remove travis jobs config, infra dropping support for it
---
 .travis.yml | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 463362105..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-os:
-- linux
-sudo: false
-language:
-- c
-- cpp
-cache: ccache
-addons:
-  apt:
-    packages:
-    - cmake
-    - libboost-dev
-    - libboost-program-options-dev
-    - libboost-system-dev
-    - libboost-test-dev
-    - uuid-dev
-    - libnss3-dev
-    - libnss3-tools
-    - libsasl2-dev
-    - sasl2-bin
-    - swig
-    - python-dev
-    - valgrind
-    - ruby
-before_install:
-- export PATH=/home/travis/.local/bin:$PATH
-- export PYTHONPATH=/home/travis/.local/lib/python2.7/site-packages:$PYTHONPATH
-install:
-- pip install --user --upgrade pip
-- pip install --user qpid-python
-before_script:
-- mkdir Build
-- cd Build
-- cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
-script:
-- make -j3 && make install && ctest -V
-


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to