From 1ca2d1d2684b70d603a3850af515caf20dc657e9 Mon Sep 17 00:00:00 2001 From: Ranjib Dey Date: Fri, 27 Dec 2013 03:39:43 -0800 Subject: [PATCH 1/2] Config file for travis ci integration --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0c65961 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +rvm: + - 1.9.3 + - 2.0.0 + - 2.1.0 +branches: + only: + - master +before_install: + - sudo apt-get update -y + - sudo apt-get install -y python-software-properties + - sudo add-apt-repository -y ppa:ubuntu-lxc/daily + - sudo apt-get update -y + - sudo apt-get install -y liblxc0 lxc lxc-dbg lxc-dev lxc-templates lxc-tests lxctl python3-lxc +script: + - bundle exec rake clean package From 57eb166681a8490bd5100847ef06e20cf4370297 Mon Sep 17 00:00:00 2001 From: Ranjib Dey Date: Fri, 27 Dec 2013 12:18:42 -0800 Subject: [PATCH 2/2] add 1.8.7 to travis build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0c65961..0cd65ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ rvm: + - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0