Merge pull request #2 from ranjib/travis

Add travis integration
This commit is contained in:
Andre Nathan 2013-12-28 16:21:52 -08:00
commit 4611a1b107

16
.travis.yml Normal file
View file

@ -0,0 +1,16 @@
rvm:
- 1.8.7
- 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