2013-12-27 12:39:43 +01:00
|
|
|
rvm:
|
2013-12-27 21:18:42 +01:00
|
|
|
- 1.8.7
|
2013-12-27 12:39:43 +01:00
|
|
|
- 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
|
2014-06-09 21:26:53 +02:00
|
|
|
- sudo apt-get install -y liblxc1
|
2013-12-27 12:39:43 +01:00
|
|
|
script:
|
|
|
|
- bundle exec rake clean package
|
2014-06-13 19:49:54 +02:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- andrenth@gmail.com
|