NO-JIRA: Add in SASL pieces to Travis CI build
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e55fe323 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e55fe323 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/e55fe323 Branch: refs/heads/PROTON-781-ruby-reactor-apis Commit: e55fe323e08f4ac3a8f51d055cae7eb460b96018 Parents: d7df576 Author: Andrew Stitcher <astitc...@apache.org> Authored: Wed Jun 3 16:47:51 2015 -0400 Committer: Andrew Stitcher <astitc...@apache.org> Committed: Thu Jun 11 16:20:28 2015 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/e55fe323/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8d12bc4..7493ca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ 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 + - 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 script: - bin/jenkins-proton-c-build.sh --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org