You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2015/06/18 22:15:45 UTC

[40/50] [abbrv] qpid-proton git commit: NO-JIRA: add ruby-dev and python-dev to travis

NO-JIRA: add ruby-dev and python-dev to travis


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/83f424f5
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/83f424f5
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/83f424f5

Branch: refs/heads/kgiusti-python3
Commit: 83f424f5dc7789cc8dce7e7a96dde63dd415b478
Parents: 3aab9a0
Author: Dominic Evans <do...@uk.ibm.com>
Authored: Wed Jun 17 16:03:43 2015 +0100
Committer: Dominic Evans <do...@uk.ibm.com>
Committed: Thu Jun 18 10:52:04 2015 +0100

----------------------------------------------------------------------
 .travis.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/83f424f5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7493ca2..6d1a73e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
+---
 language: c
 install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -y -qq bash cmake libssl-dev maven ruby python php5 openjdk-7-jdk swig uuid-dev valgrind libsasl2-dev sasl2-bin
+- sudo apt-get update -qq
+- sudo apt-get install -y -qq bash cmake libssl-dev maven ruby ruby-dev
+    python python-dev php5 openjdk-7-jdk swig uuid-dev valgrind libsasl2-dev
+    sasl2-bin
+- gem install rspec simplecov
 script:
-  - bin/jenkins-proton-c-build.sh
+- bin/jenkins-proton-c-build.sh
+os:
+- linux


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