Repository: qpid-proton Updated Branches: refs/heads/master 2b8d7d851 -> dcac9f184
NO-JIRA: add config file for 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/dcac9f18 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/dcac9f18 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/dcac9f18 Branch: refs/heads/master Commit: dcac9f184a1bdbd66d645548f44c7218466fa5ca Parents: 2b8d7d8 Author: Dominic Evans <[email protected]> Authored: Fri Apr 24 15:36:31 2015 +0100 Committer: Dominic Evans <[email protected]> Committed: Fri Apr 24 16:45:30 2015 +0100 ---------------------------------------------------------------------- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/dcac9f18/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8104aa9 --- /dev/null +++ b/.travis.yml @@ -0,0 +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 +script: + - bin/jenkins-proton-c-build.sh --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
